

Application Execution (AE) Messages › › IDAEPSS01 - INTERR: PSS outputs ASSIGNed to same file name
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:
- The report being produced at the program and line number designated by the RUNLIST information was assigned inadvertently to the wrong file-name.
- Another report (possibly PRODUCEd by another program in the RUN-unit) inadvertently used the same file name indicated by the RUNLIST.
- Another report directed to this file (possibly by another program in the RUN-unit) should have been ended by the statements RELEASE REPORT or RELEASE PGM (for subprograms) before beginning the report named by the error RUNLIST output.
Action:
Correct the errors and re-specify.
IDAERCBP01
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|