Previous Topic: ProgramNext Topic: Check for Member Existence/Call Another Program


Parameters for Program APAS5902

'MMMMMMMM,CCNF,CCOK,CCMM,STRING'

These parameters are positional and are separated by commas. All condition codes are 1 to 4 positions and must be numeric values.

M

(Required) The name of the member requested. The member name must be 1 to 8 characters.

CCNF

(Optional) The condition code if the member is not found or the file is empty. The default is 4.

CCOK

(Optional) The condition code if all conditions are satisfied (member found and string match). The default is 0.

CCMM

(Optional) The condition code if the member is found and there is a string passed and the string does not match the first record (MisMatch). The default is 8.

STRING

(Optional, but required if CCMM is supplied) The string to be used to compare to the first record of the member if the member is found.