Hi,
Normally we use STOP RUN to end the COBOL program. When i compile and run the JCL i get the following error:
Error executing service 'PGM#PAB001' Execution error : file 'C:\\IGATE\\LOADLIB\\PAB001.int' error code: 198, pc=20A0, call=1, seg=0 198
But when i replace "STOP RUN" with "EXIT PROGRAM" in COBOL, the JOB runs properly.
Please help me in understanding the problem when using STOP RUN.
Regards,
Senthil
#netexpress