Appendix E. PSP ONLINE PANEL FLOW AND DIALOG › E.3 Option 1 - Problem Analysis › E.3.4 Change Status › E.3.4.3 Print the Status Table › E.3.4.3.1 Table Print Options
E.3.4.3.1 Table Print Options
_______________________________________________________________________________
---------------------------- Table Print Options ----------------------------
Command ===> _
Enter CANCEL command to exit without printing
Print data set name => userid.MICS.USER.PSP2.LIST
DASD Volume serial => ______ (Blank for default volume)
DASD Unit name => ________ (Generic group name or unit address)
Block size => 6160 (LRECL=137,RECFM=VBA)
Print job:
Edit JCL => YES (YES/NO)
Number of copies => 1 (1-99)
SYSOUT class => A form => ________ code => ________
program => ________
Job statement:
//jobname JOB (ACCTCODE),'MICS PSP PRINT',
// MSGCLASS=A,NOTIFY=&sysuid
//*
//*
_______________________________________________________________________________
Table Print Options panel (PSPOTPRT)
The Table Print Options panel is displayed by the Print the
Status Table process. You may cancel the print request from
this panel.
Data Entry Instructions
Print data set name - Required. Defaults to
userid.MICS.USER.PSPn.LIST, where userid is your TSO
logon ID and n is a sequential number to keep the data
set name unique. The selected PSP table information will
be written to this data set. A batch job will be
generated to print and then delete the contents of this
data set.
DASD Volume serial - Optional. Defaults to the last value
specified for this parameter. Six character volume name.
The print data set will be allocated (if new) using this
volume specification. This parameter is NOT validated;
however, allocation will fail if you specify an invalid
value. This parameter should match the volume
specification normally used to allocate TSO user data
sets at your installation.
DASD Unit name - Optional. Defaults to the last value
specified for this parameter. 1-8 character DASD unit
name. The print data set will be allocated using this
unit specification. This parameter should match the unit
specification normally used to allocate TSO user data
sets at your installation. This parameter is NOT
validated; however, allocation will fail if an invalid
value is specified.
Block size - Required. Defaults to the last value specified
for this parameter. Number between 141 and 32760. This
is the block size (that is, BLKSIZE = parameter) for the
print data set.
Edit JCL - Required. Defaults to the last value specified
for this parameter. Specify YES (Y) to display the print
job stream before executing this job stream. This
provides the opportunity to alter or cancel the print job
stream. Specify NO (N) to bypass the generated batch job
stream display.
Number of copies - Required. Defaults to the last value
specified for this parameter. 1-99. This is the number
of copies of the table information to be printed.
SYSOUT class - Required. Defaults to the last value
specified for this parameter, A-Z, 0-9, or *. This is
the SYSOUT class for printing the table information.
Normal SYSOUT options can be specified to handle special
forms (that is, SYSOUT=(*,,GB66)).
Job statement - Required. Data entry fields are provided for
four lines of job statement information. This job
statement will be followed by the generated JCL
statements to print the table information.
Primary/Line Command Considerations
CANCEL - The CANCEL command is used to exit from this process
without printing the selected table information.
END - The END command is used to write the table information
to the print data set and then generate the batch job to
print and delete the data set. If YES is specified
following the Edit Print JCL => prompt, the generated
print job stream is displayed using the PDF EDIT service.