Using the EXTRACT, INDEXFILE, and WORKFILE Control Statement panels
To access and work with fileType Control Statement panels
- Access the JCL Menu panel.For instructions, see Using the JCL menu to access JCL functions.
- Enter 1 next to the Build option from the JCL menu.
- In the JCL Actions field, enter 1. The Build JCL panel is displayed.
- Enter S next to the ANALYZE field. The Build ANALYZE Step panel is displayed.
Enter S to the left of the EXTRACT field in the control statements area to open the EXRACT Control Statement panel as shown below.
File Options Help
-------------------------------------------------------------------------------
Log Analyzer EXTRACT Control Statement
Command ===> _________________________________________________________________
Extract file data set name . . _____________________________________________
Enter allocation information.
SMS Management class . . . . ________ (For SMS managed data set)
SMS Storage class . . . . . . ________ (For SMS managed data set)
SMS Data class . . . . . . . ________ (For SMS managed data set)
Volume serial(s) . . . . . . _______________________________________________
Generic unit . . . . . . . . ________
Space units . . . . . . . . . ___ (TRK or CYL)
Primary quantity . . . . . . _____ (in above units)
Secondary quantity . . . . . _____ (in above units)
Number of volumes . . . . . . __ (For SMS managed data set)
The following fields may be specified to model the allocation after
an existing data set. They are mutually exclusive.
LIKE data set name (SMS) . . _____________________________________________
DCB data set name (non-SMS) . _____________________________________________In the fileType file data set name field, enter the data set name of the data set to be allocated. fileType is EXTRACT, INDEXFILE, or WOKFILE based on the control statement you opened.
This information is used to generate the DSN keyword on the fileType control statement. For more information, see DSN-keyword.
Provide values in the following data entry fields as required:
Field
Specification
SMS Management class
Specify the name of the SMS management class to use for the data set to be allocated. This field is used to produce the MGMTCLASS keyword on the fileType control statement. For more information, see MGMTCLASS-keyword.
SMS Storage class
Specify the name of the SMS storage class to use for the data set to be allocated. This field is used to produce the STORCLASS keyword on the fileType control statement. For more information, see STORCLASS-keyword.
SMS Data class
Specify the name of the SMS data class to use for the data set to be allocated. This field is used to produce the DATACLASS keyword on the filetype control statement. For more information, see DATACLASS-keyword.
Volume serial(s)
Specify the name of the volume serial number to use for the data set to be allocated. This field is used to produce the VOLSER keyword on the fileType control statement. For more information, see VOLSER-keyword.
Generic unit
Specify the unit type to use for the data set to be allocated. This field is used to produce the UNIT keyword on the EXTRACT control statement. For more information, see UNIT-keyword.
Space units
Specify whether to allocate space in cylinders or tracks. This field is used to produce the SPACEUNITS keyword on the fileType control statement. For more information, see SPACEUNITS-keyword.
Primary quantity
Specify the amount of primary space to use for the data set to be allocated. This field is used to produce the PRISPACE keyword on the fileType control statement. For more information, see PRISPACE-keyword.
Secondary quantity
Specify the amount of secondary space to use for the data set to be allocated. This field is used to produce the SECSPACE keyword on the fileType control statement. For more information, see SECSPACE-keyword.
LIKE data set name (SMS)
Specify the data set name of a data set to use as a model for allocation of a new extract data set as an SMS-managed data set. This field is used to produce the LIKE keyword on the EXTRACT control statement. For more information, see LIKE-keyword.
DCB data set name (non-SMS)
Specify the data set name of a data set to use as a model for allocation of a new extract data set as a non-SMS-managed data set. This field is used to produce the DCB keyword on the EXTRACT control statement. For more information, see DCB-keyword.
Number of volumes
Specify the number of volumes to use for the data set to be allocated.
This field is used to produce the VOLUMECOUNT keyword on the filetype control statement. For more information, see VOLUMECOUNT-keyword.
This field is valid for the EXTRACT control statement and LUISLDS control statement.