My profile is created few days back and whenever i login i am getting this message:
[strong]Message ID . . . . . . : CPA0701 Severity . . . . . . . : 99 Message type . . . . . : Inquiry Date sent . . . . . . : 09/22/09 Time sent . . . . . . : 13:19:00 Message . . . . : CPF0001 received by SCC001 at 10100. (C D I R) Cause . . . . . : Control language (CL) program SCC001 in library SECLIB detected an error at statement number 10100. Message text for CPF0001 is: Error found on CALL command. Recovery . . . : This inquiry message can be avoided by changing the program. Monitor for the error (MONMSG command) and perform error recovery within the program. To continue, choose a reply value. Possible choices for replying to message . . . . . . . . . . . . . . . : C -- Cancel the CL program. D -- Dump the CL program variables and cancel the CL program. I -- Ignore the failing command. R -- Try the failing command again. [/strong] Please help....
Software/Hardware used:
ASKED:
September 23, 2009 11:51 AM
UPDATED:
September 24, 2009 8:27 PM
at statement 10100 it is written that there is some problem calling the program….
10100 – CALL PGM(CATLIB/KUNL12)
Message . . . . : Program KUNL12 in library CATLIB not found.
Message . . . . : Error found on CALL command.
Message . . . . : CPF0001 received by SCC001 at 10100. (C D I R)
Some part of the signon program specified in your user profile is calling the program CATLIB/KUNL12 but it’s no longer there. You will need to either find and replace that missing program, Fix the signon program or use a different signon program.
Use DSPUSRPRF and look for:
Initial program to call . . . . *NONE
Library . . . . . . . . . . .
Type wrkobj *allusr/KUNL12 *pgm. The program may exist in another library that you may then copy back to library CATLIB.