
38 IBM Application Development Tools for z/OS and OS/390
The first page contains a copy of the input commands. This is followed by a
message that states that the requested number of records were written to the
output file.
File Manager functions used in this routine
A brief explanation of the File Manager function used in this routine follows.
DSG
Initializes VSAM data sets, sequential data sets, and PDS members.
You specify the output data set name, the disposition, the number of logical
records, and the fill character.
To fill each byte of each record with data, specify one of the following:
char To write a character, such as 0, in each byte
X’cc’ ...