|
In our Day End Program it tries to change the Accounting Level by
using CHGACGCDE command but it is giving an Error message I have list
the messages
CPA0702 "CPF180B received by procedure PCOMBDAILY. (C D I R)
Cause . . . . . : ILE Control language (CL) procedure PCOMBDAILY in
module PCOMBDAILY in program PCOMBDAILY in library I720MSDBP detected
an error at statement number 0000089020. Message text for CPF180B is:
Function CHGACGCDE not allowed. Use F10 (if available) or the Display
Job Log (DSPJOBLOG) command to see the messages in the job log for a
more complete description of what caused the error. If you still are
unable to solve the problem, please contact your technical support
person.
Recovery . . . : This inquiry message can be avoided by changing the
procedure. Monitor for the error (MONMSG command) and perform error
recovery within the procedure. To continue, choose a reply value.
550 - CALL PGM(STM004)
556 - CLRPFM FILE(SHR00101)
Member SHR00101 file SHR00101 in I720SDBDTF cleared.
557 - CALL PGM(SHR002)
Environment variable added.
Java Virtual Machine is Classic.
Environment variable removed.
- RETURN /* RETURN due to end of CL program */
- RETURN /* RETURN due to end of CL program */
89000 - CHGDTAARA DTAARA(RESTART (1 10)) VALUE(CLRFILES)
89020 - CHGACGCDE ACGCDE('001CLRFILES')
Function CHGACGCDE not allowed.
Function check. CPF180B unmonitored by PCOMBDAILY at statement
0000089020, instruction X'0000'.
CPF180B received by procedure PCOMBDAILY. (C D I R)
Program: BPCOMBD Library: I720LSDBP Module: BPCOMBD
1 PGM
2
3 /* Variable Declaration */
4 DCL VAR(&RTNVAL) TYPE(*CHAR) LEN(1) VALUE(' ')
5
6 /* Call Transaction Server Batch Audit Program */
7 CALL PGM(SPD001R) PARM('A')
8
9 /* Check the Month End */
10 CALL PGM(CHKMONE) PARM(&RTNVAL)
11
12 IF COND(&RTNVAL = '1') THEN(DO)
13 CALL PGM(MONBPCOM)
14
15 ENDDO
Debug . . . THREAD(*SERIALIZE)
MONBPCOM program calls the SHR001R program and it is calling some
Java Classes. The SHR001R program compiled with THREAD(*SERIALIZE).
Can any one tell me how to overcome this.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.