Previous Topic: SyntaxNext Topic: NEWMEMBER


Parameters

NEWFILE supports the following parameters:

dsname

Identifies the data set name and optional member name of the new file, which is dynamically allocated. No JCL is needed to reference this dsname.

ddname

Specifies the 1 - 8 character ddname of the new file.

Example

This example syntax reads file ddname NEWMSTR as the file in which to compare.

COMPARE,
  NEWFILE(NEWMSTR)