Syntax rules for IEASVCxx

The following rules apply to the creation of IEASVCxx.
  • Data, including comments, must appear in columns 1 through 71. Do not use columns 72-80 for data; these columns are ignored.
  • Comments may appear in columns 1-71 and must begin with "/*" and end with "*/".
  • One or more blanks may precede the SVCPARM statement.
  • One or more blanks may follow the SVCPARM statement.
  • The system processes each statement in a member sequentially.
  • If you use multiple SVCPARM statements for the same SVC number, the first valid statement is processed. The rest are ignored.
  • SVCNUM, REPLACE, and TYPE are required parameters for every statement.
  • SVCNUM, REPLACE, and TYPE are positional parameters. SVCNUM must be coded as the first parameter with REPLACE following as the second parameter, and TYPE as the third parameter.