Previous Topic: ProgramNext Topic: Development Status Posting


Parameters for Program APCS5903

'CCCC,PGMNAME:pgmparms'

These parameters are positional. The first two are required. If there are any parameters for the program, they must be preceded by a colon (:). The colon is not part of the parameters to be passed to the program.

If a parameter error occurs, APCS5903 abends with an abend code of 1000.

CCCC

(Required) The condition code if the file is empty. This is a four position numeric field (for example, 0012).

PGMNAME

(Required) The name of the program to be called if the file is not empty.

pgmparm

(Optional) A variable length parameter string to be passed to the called program.