Providing SYSIN, JOB, and STEPLIB information
To provide values that the ISPF interface uses to generate SYSIN, JOB, and STEPLIB statements for the analysis job, and to select control statements to include in the SYSIN control statement data set, use the Build JCL panel and dependent panels.
To access and work with the Build JCL panel
- Access the JCL Menu panel.For instructions, see Accessing-JCL-functions.
In the JCL Actions field, enter 1.The Build JCL panel is displayed.
Build JCL panel
File Edit Options Help
-------------------------------------------------------------------------------
Log Analyzer Build JCL
Command ===> _________________________________________________________________
Control statements. Type an action code. S=Update, /=Include, blank=Exclude
Note: A / indicates the control statement will be included in the generated JCL
/ ANALYZE - Specify which logs to read
/ FILTER - Specify which LUOWs to keep
/ INTERVAL - Specify the time frames within the logs
/ REPORTS - Specify which reports to produce
/ EXTRACT - Specify the output SLDS extract file
/ INDEXFILE - Specify the output report index file
/ WORKFILE - Specify the sort work file allocation information
Job card.
//PAGTEST JOB (5711),'LOG ANALYZER',CLASS=Q,MSGCLASS=X,TIME=1440,
// NOTIFY=&SYSUID
________________________________________________________________________
STEPLIB libraries.
'BMCLUI.LOADLIB'
'BMCLUI.BBLINK'
'BMCLUI.ICOLIB'
______________________________________________
F1=Help F3=Exit F7=Up F8=Down F12=CancelIn the Control statements fields to the left of each type of control statement, enter one of the following action codes:
Code
Result
S
The ISPF interface displays a panel that you can use to view and change keywords and values for the selected control statement. The panel that is displayed depends on the control statement that you select:
- ANALYZE (See Building-the-ANALYZE-control-statement.)
- FILTER (See Building-the-FILTER-control-statement.)
- INTERVAL (See Building-the-INTERVAL-control-statement.)
- REPORTS (See Building-the-REPORTS-control-statement.)
- EXTRACT (See Building-EXTRACT-INDEXFILE-and-WORKFILE-control-statements.)
- INDEXFILE (See Building-EXTRACT-INDEXFILE-and-WORKFILE-control-statements.)
- WORKFILE (See Building-EXTRACT-INDEXFILE-and-WORKFILE-control-statements.)
/
The ISPF interface includes the control statement when it generates the JCL for executing the analysis job.
blank
The ISPF interface omits the control statement from the generated JCL
When you return to the Build JCL panel after you have selected a control statement with S, the field for that control statement is set to / (so that the statement is included in the generated JCL).
The ANALYZE control statement is required in the generated JCL.
- In the Job card field, enter the JOB statement to use for executing the analysis job.The JOB statement that you specify in this field is included in the generated JCL exactly as you specify it. It must conform to JOB statement standards in your environment.
- In the STEPLIB libraries field, enter the data set name of each data set to include in the STEPLIB concatenation.For more information about the libraries to include, see STEPLIB-DD-statement.