Dear All,
I am a new commer, sorry for bother all of you with my question.
I'm learning COBOL/400 and encountered this problem while compiling
In Source Code, have used COPY statement
When compile, I used CRTCBLPGM PGM(MYLIB/TEST) SRCFILE(MYLIB/QLBLSRC) OPTION(*SOURCE)
Error msg:
* 2199 MSGID: LBL1023 SEVERITY: 30 SEQNBR: 040020
Message . . . . : Copy file 'QLBLSRC ' in '*LIBL ' could
not be opened. COPY statement ignored.
My copybook Statement:
COPY TESTWS
file TESTWS exits in QLBLSRC
I don't know how to solve.