Previous Topic: IDAEPROM02 - Program pgm-name not found in lib-name libraryNext Topic: IDAERCBP01 - Run Control Block exceeds 32K


IDAEPSS01 - INTERR: PSS outputs ASSIGNed to same file name

Reason:

You can use the ASSIGN command before a batch RUN to direct batch reports to a file name other than the CA Ideal default (that is, the eight-character report-name). You can use the ASSIGN statement to perform the same function dynamically from a program RUN-unit, but it can be applied only before the first line of the designated REPORT is PRODUCEd. The conflict indicated by the message means:

Action:

Correct the errors and re-specify.

IDAERCBP01