|
View previous topic :: View next topic
|
| Author |
Message |
saurabhu
New User
Joined: 20 Sep 2005 Posts: 11 Location: Chennai
|
|
|
|
Hi
I am trying to compile a cobol program with 3 cursors fetching data into a3 different out put reports and aaccessing 3 tables
I am not able to compile the JCL ,
it is abending with system abend code Soc01
I'd be gratified oif some 1 help be debug and compile the same??
saurabh |
|
| Back to top |
|
 |
mmwife
Super Moderator

Joined: 30 May 2003 Posts: 1592
|
|
|
|
I don't understand your ques.
| Quote: |
| am not able to compile the JCL , |
I'm not sure what you mean by this.
Can you show some documentation (cut &paste) that illustrates the problem? |
|
| Back to top |
|
 |
priyesh.agrawal
Senior Member

Joined: 28 Mar 2005 Posts: 1448 Location: Chicago, IL
|
|
|
|
Hi saurabhu,
| Quote: |
| I am not able to compile the JCL , |
JCL doesn't get compiled....I assume you are talking about COBOL Prog.
| Quote: |
| it is abending with system abend code Soc01 |
S0C1 denotes an Operation Exception Error...such as Dataset Open Error.
Follow the error messages, offset Values at the point of error.
Regards,
Priyesh. |
|
| Back to top |
|
 |
|
|