Pressing ENTER to the report section selection dialog will take
you to the JCL submission dialog - if you did not modify any
input fields prior to pressing ENTER. The report section selection
dialog will continue to display until you have pressed ENTER without
having modified any input fields.
The JCL submission dialog is illustrated below. Pressing the ENTER
key will cause the generated JCL to be submitted directly, or will
launch EDIT for the generated JCL member. This dialog is illustrated
here.
File View Navigate Help
+------------------------------------------------------------------------------+
| A02: Report JCL Submission (0464/TSTJOB01) |
| Command ===> _____________________________________________ Scroll ===> CSR |
| |
| Specify the following and press ENTER to either SUBMIT the print |
| JCL or to launch EDIT for the generated JCL. |
| |
| Enter "/" to select options |
| / produce PDF (Portable Document Format) file |
| / generate JES-managed report file (SYSOUT=*) |
| _ produce XML (Extensible Markup Language) file |
| |
| _ EDIT the generated JCL member, otherwise SUBMIT |
| |
| Job Statement - edit if necessary |
| ==> //USER1P____JOB_(),'CAZRPT01',CLASS=A,MSGCLASS=T,NOTIFY=&SYSUID |
| ==> //*____________________________________________________________ |
| ==> //*____________________________________________________________ |
| |
| PDF File DSN (if applicable) must be cataloged FB 80 |
| ==> USER1.FB80'' |
| |
| XML File DSN (if applicable) must be cataloged FB 255 |
| ==> |
| |
| Location where generated JCL is to be saved |
| JCL Library ==> 'USER1.JCLLIB' |
| JCL Member ==> CAZRPT1 |
+------------------------------------------------------------------------------+
Input to the JCL submission/EDIT dialog
- Produce PDF file
- Enter a slash (/) to select this option or a space to deselect
it. CAZPRINT will write a file in downloadable PDF (Portable
Document Format) file.
- Generate JES-managed report file
- Enter a slash (/) to select this option or a space to deselect
it. CAZPRINT will write a standard SYSOUT format report
file.
- Produce XML file
- Enter a slash (/) to select this option or a space to deselect
it. CAZPRINT will write a file in XML (Extensible Markup
Language) document format. This option cannot be selected when either
the PDF file or the JES-managed report file options are selected.
- EDIT the generated JCL
- Enter a slash (/) if you want EDIT to be launched for the generated
JCL member when you press the ENTER key. Blank in this field will
cause the JCL to be SUBMITted immediately when you press the ENTER
key.
- Job Statement
- The generated JOB statement is shown in three lines. You can
modify the statement to suit your preferences or to comply with your
installation. Be aware, however, that no validation is done on your
input; an input error can cause a JCL error when the job is submitted.
- PDF File DSN
- If you have specified that a PDF file is to be written, you
must specify the DSN of the file in this field. The file must be a
sequential dataset with fixed length 80 byte records. If the file
is not pre-allocated and cataloged, Application Performance Analyzer allocates and
catalogs it.
- XML File DSN
- If you have specified that an XML document file is to be written,
you must specify the DSN of the file in this field. The file must
be a sequential dataset with fixed length 255 byte records. If the
file is not pre-allocated and cataloged, Application Performance Analyzer allocates
and catalogs it.
- JCL Library
- Enter the DSN of a JCL library. This a partitioned data set
in which the generated JCL member will be stored before it is submitted
(or EDITed).
- JCL Member
- Enter the name of the JCL member here.
[ Top of Page | Previous Page | Next Page | Contents | Index ]