Previous Topic: Command Syntax RulesNext Topic: Copybook Support


Comment and Continuation Rules

You can use comments and line continuations within the SYSIN control statements.

Example

//SYSIN  DD   *
* COMPARE MASTER FILE FOR PRODUCTION COMMENT
  COMPARE,
    OLDFILE(OLDMSTR),            THIS IS THE OLD MASTER FILE DDNAME
    NEWFILE(NEWMSTR),            THIS IS THE NEW MASTER FILE DDNAME
    IF(10,2,EQ,                  Select record if CT…
		C'CT')                   is found at position 10