DB2 graphic QMF Version 8

Specifying a report destination

The destination for the report output from the program (i.e., SYSOUT or a data set) is specified on the Specify Report Destination panel:

Table 38. Specify Report Destination
DB2P -- Specify Report Destination ----------------------------------- 8.1.0
Command ===>

Press ENTER to continue.
Type CAN or CANCEL or press PF3 to cancel processing.

Specify where the program (or a program it calls) should write its report.

Write To SYSOUT... ===>      (Y=Yes, N=No)
If not writing to SYSOUT, enter data set parameters.
Data Set.......... ===>
Member............ ===>
Disposition....... ===>      (N=NEW, S=SHR, O=OLD, M=MOD)
If disposition is NEW, also enter allocation parameters.
Unit.............. ===> 
Space Units....... ===>      (C=Cylinders, T=Tracks, B=Blocks)
Primary Quantity.. ===>      (in above units)
Secondary Quantity ===>      (in above units)
Directory Blocks.. ===>      (0 for a sequential data set)
Record Format..... ===>      (FA, FBA, VA, or VBA)
Record Length..... ===> 
Block Size........ ===> 

If you press Enter, all input data will be validated. If any errors occur during validation, the panel will be redisplayed with an error message. If there are no errors, the JCL will be generated and edited or submitted.

If you press PF3, no JCL will be generated and you will return to the Report Selection List panel.

The fields on the panel are:

Write To SYSOUT
Enter Y if the program should write its report output to a SYSOUT data set. Enter N if the program should write report output to a specified data set.
Data Set
Enter the name of the data set to which the report output for the program should be written. If the name is enclosed in single quotes, it is taken to be a fully qualified TSO data set name. Otherwise, your current TSO profile prefix is used to qualify the name. If it is a PDS, do not specify a member name here; instead, use the Member field.
Member
If the specified data set is a PDS, enter the member to which the program should write its report output. Leave this field blank if the specified data set is not a PDS.
Disposition
Enter N if the specified data set does not exist. If the data set does exist, enter S to allocate it with disposition SHR, O to allocate it with disposition OLD, or M to allocate it with disposition MOD.
Unit
Enter the device type to which the data set should be allocated, for example, SYSDA.
Space Units
Enter C to express the size of the data set in cylinders, T to express the size in tracks, or B to express the size in blocks.
Primary Quantity
Enter the primary space allocation for the data set, in the Space Units defined above.
Secondary Quantity
Enter the secondary space allocation for the data set, in the Space Units defined above.
Directory Blocks
Enter the number of directory blocks for the data set, which will be a PDS as a result. Enter 0 to allocate a sequential data set.
Record Format
Enter the record format for the data set.
Record Length
This field displays the record length required by the program. You cannot change this value.
Block Size
Enter the block size for the data set. For data sets with a fixed record format, this must be a multiple of the record length. For data sets with a variable record format, this must be at least four greater than the record length.


Go to the previous page Go to the next page

Downloads | Library | Support | Support Policy | Terms of use | Feedback
Copyright IBM Corporation 1982,2004 Copyright IBM Corporation 1982, 2004
timestamp Last updated: March, 2004