View previous topic :: View next topic
|
Author |
Message |
arunmenon
New User
Joined: 19 Dec 2005 Posts: 1
|
|
|
|
I got a error maxcc = 16 when i am running a jcl to compile my cobol+db2 program. can you help me ? |
|
Back to top |
|
|
khamarutheen
Active Member
Joined: 23 Aug 2005 Posts: 677 Location: NJ
|
|
|
|
Hi arunmenon,
Without coding it is difficult to find the error. can u plz paste ur code it will help more.. |
|
Back to top |
|
|
The Legend
New User
Joined: 24 Dec 2005 Posts: 3 Location: Chennai
|
|
|
|
To view what is the error you can go to SYSOUT in your spool and enter 'M' and press F8. now press F7 until you could see the error messages printed there. Reade that carefully. It will specify the error level such as 'I', 'S'. If the statement is 'I' neglect it. Check into the statements that are mentioned as 'S'. In the same line you will get to see the line number of the code where the error is present along with the error. Just try to correct it or attach those error messages.
Thanks,
S. Arun |
|
Back to top |
|
|
|