I am trying to run a CICS application on ART. I have two programs, the first is a login prompt and it has to pass teh userid /pw to the next program which will check against the Oracle database.
In the LOGS/stderr_strn I get :
KixProgramSubmit >> ProgramName=<LOGON> - EIBCALEN <148>
230157 @................ LOGON Fatal Cobol error in tpr 'BANK ': #Execution error : file '/opt/oracle/art11gR1/Cics_RT/sample/sample_03 >> /cobexe/LOGON.gnt'#error code: 114, pc=0, call=1, seg=0#114 error message text not found (Signal 11)
-----> KixProgramReturn(longjump) - STATUS_ABORT
I get the same error message in the Tn3270 terminal.
I did not find any examples of code using the EXEC CICS LINK PROGRAM. I need to know if I am doing something wrong here, or does it not support the LINK program the way I have specified.
Thanks,
Ok
Edited by: user522010 on Oct 7, 2010 6:52 AM
Edited by: user522010 on Oct 7, 2010 12:36 PM