CL Command Reference - PRTAFPDTA
CL Command List > PRTAFPDTA Reference
Description:
The Print Advanced Function Printer Data (PRTAFPDTA) command prints output received from a System/370 host. This command allows the user to specify the file being printed and the parameters used to control the print operation.
Examples:
Example 1: Printing Specific Pages
PRTAFPDTA FILE(MYLIB/MYFILE) STRPAGE(2) ENDPAGE(6)
This command prints the first member in file MYFILE in library MYLIB starting with page 2 and ending on page 6.
Example 2: Printing Using All Available Exception Handling
PRTAFPDTA FILE(MYLIB/MYFILE) FORMDF(F10101) FIDELITY(*CONTENT)
This command prints the first member in file MYFILE in library MYLIB using a form definition of F10101 and all available exception handling.