Previous Topic: SyntaxNext Topic: REPLACE


Parameters

REFFILE supports the following parameters:

dsname

Identifies the data set name and optional member that contains the record reformatting criteria. This data set is dynamically allocated. No JCL is needed to reference this dsname.

ddname

Identifies the ddname that references the reformat data set name and optional member.

Example

This ddname, REFORMAT, references the JCL statement that contains the data set name and member of the reformat member. The output file is formatted according to the reformat member.

COPY , 
  INFILE(SYSUT1), 
  OUTFILE(SYSUT1O), 
  REFFILE(REFORMAT),
  REPLACEKEYS(N)