This command is optional. It defines a file to be used as output for the File Utility Program. Only one OUTPUT command per run is allowed. This command has optional keywords that let you qualify the output file attributes.
Command Operands OUTPUT=ddname,SKIP=nn|0,RECFM=fff,LRECL=nnnnn,BLKSIZE=nnnnn,TLBL=ll where:
(required) specifies a 1- to 8-character name as found on an OS DD statement, a DOS DLBL/TLBL JCL statement, or a CMS FILDEF command.
(optional) a 1- to 7-digit numeric value that instructs the File Utility to write every nn records to the output file. Zero (0) is the default.
fff is a 1- to 3-character value defining the record format of your output file. Valid operands are:
Fixed Format
Fixed Blocked
Fixed Blocked ASA
Variable
Variable Blocked
Variable Blocked Spanned
Undefined
nnnnn is a 1- to 5-digit numeric value that defines the Logical Record Length of your output file.
nnnnn is a 1- to 5-digit numeric value that defines the Block Size of your output file.
(optional) ll is a 2-character value defining the valid TAPE label options of your output file. If omitted, the File Utility defaults to SL. Valid operands are:
Standard Label,Rewind
Standard Label,Rewind,Unload
Standard Label,NoRewind
No label,Rewind
No Label,Rewind,Unload
No Label,NoRewind
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |