View previous topic :: View next topic |
Author |
Message |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Mon Oct 11, 2004 12:28 am Post subject: |
|
|
Hi Manas,
I had an offline discussion with Kolusu about this. And, Kolusu, pointed out that, I was using NOCMPR2 compiler option (which is obsolete with Enterprise COBOL). _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
|
tattva Beginner
Joined: 02 Feb 2005 Posts: 97 Topics: 36
|
Posted: Tue Apr 26, 2005 1:55 pm Post subject: |
|
|
what happens when we set the compiler option to "NOCMPR2"?
Kolusu,
Any documentation on this ?
Thanks,
Tattva |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
tattva Beginner
Joined: 02 Feb 2005 Posts: 97 Topics: 36
|
Posted: Tue Apr 26, 2005 2:35 pm Post subject: |
|
|
Kolusu,
i tried to compile the program( the one with 3 lines) with option CMPR2.
it threw me 3 errors !! what am i doing wrong here ??
could you please throw some light on this ?
Thanks,
Tattva |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Apr 27, 2005 8:16 am Post subject: |
|
|
tattva,
Quote: |
it threw me 3 errors !! what am i doing wrong here ??
|
I cannot help you without knowing what the error messages are. can you post your error messages?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
tommy123 Beginner
Joined: 04 May 2005 Posts: 21 Topics: 11
|
Posted: Wed May 11, 2005 9:53 pm Post subject: SHORTEST COBOL PGM |
|
|
Kolusu,
I tried running 2 lines of code & i am getting abend
ABENDED S000 U4038 CN(INTERNAL)
***
IDENTIFICATION DIVISION.
PROGRAM-ID. SHORTEST.
Wont' u think this is the shortest code to abend ?
Tommy123 |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu May 12, 2005 5:53 am Post subject: |
|
|
tommy123,
Did you read the entire topic clearly ? Read it once again and it will answer your question.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Milind Beginner
Joined: 29 Dec 2004 Posts: 26 Topics: 20
|
Posted: Wed May 25, 2005 11:25 am Post subject: |
|
|
Dear all,
I have tried with two lines progrm:
IDENTIFICATION DIVISION.
PROGRAM-ID. ABEND.
It gave me this abend:
18.17.43 JOB54305 $HASP165 TSICR076 ENDED AT NREJES2 - ABENDED S001 U0615 CN(IN
TERNAL)
How about this?
Cheers,
Milind |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed May 25, 2005 11:30 am Post subject: |
|
|
Quote: |
I have tried with two lines progrm:
IDENTIFICATION DIVISION.
PROGRAM-ID. ABEND.
It gave me this abend:
18.17.43 JOB54305 $HASP165 TSICR076 ENDED AT NREJES2 - ABENDED S001 U0615 CN(IN
TERNAL)
How about this?
|
Milind,
If you had read atleast the last 2 posts in this topic , you wouldn't have raised that question. You SHOULD start reading the topic once again from the top .(especially from post # 5 from the top)
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|