Previous Topic: Application VLS FilesNext Topic: Requirements for a Single z/OS System


PSS Files

You can only change logical unit assignments. The entries PSSPRT01 through PSSPRT15 are used for CA Ideal report output, LIST statement output, and PRINT command output.

VSE Report Work Files

Do not change the entries IDRWK01 through IDRWK15. RDF uses them internally when processing sorted reports. They are not SORT work files.

The logical assignments for disk files are made entirely with the JCL.

If a run needs to access more than one sequential file dataview of the same type (for example, two disk or three standard-label tape files), then you must add new IDSYSFT entries. To add a new entry, make a copy of an existing entry of the same type. Change the ROSFD label from Ixxxx1 to Ixxxxn where xxxx is DISK, SLTAPE, NLTAPE, PRT, or PUNCH and n is the next available number for that device type, in hexadecimal sequence (1-9, A-G). For SLTAPE, NLTAPE, PRT, and PUNCH entries, change the logical unit assignment to something that does not conflict with any other ROSFD entry in the file table. Optionally, adjust the block size parameter as previously described.

If multiple sequential files of the same type in the same run are referenced and there are not enough file table entries defined, a dataview runtime error occurs with an 'I8' status code.