Hi,
I'm able to run a Cobol-DB2 batch program using a Run JCL.
However, while I try to run a online program using the same run JCL, I'm getting SOC1 error.
Please find below the snippet,
DSN SYSTEM (<dsn-name>)
RUN PROG (<prog name>) -
PLAN (<plan name>) -
LIB ('Load Library name')
END
Could you please shed your ideas in this? Also, please let me whether we could run a online program thru RUN Jcl.
Thanks in anticipation.