IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Abend U4083 - Need explanation of Abend Aid result


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lmadhavi

New User


Joined: 01 Mar 2006
Posts: 10

PostPosted: Mon Sep 25, 2006 2:49 pm
Reply with quote

hi

i have an abend code of U4083 when i run the Jcl.
i compiled the cobol program in changeman and there was no problem.

but when i run the jcl, i am facing this problem.
i am placing the piece of JCL code here.

//S000 EXEC PGM=AAOFMCAP,
// REGION=6M
//STEPLIB DD DSN=SWP.TEST.LOAD,
// DISP=SHR
// DD DSN=SWP.PAN.LOAD,
// DISP=SHR
//POFMCAPI DD DSN=AAOFMT.FFSCSH4.CR45777.INPUT.DATA,
// DISP=SHR
//POFMO01O DD DSN=AAOFMT.FFSCSH4.CR45777.OUTPUT1,
// DISP=(NEW,CATLG,DELETE),
// SPACE=(TRK,(300,150),RLSE)
//POFMO02O DD DSN=AAOFMT.FFSCSH4.CR45777.OUTPUT2,
// DISP=(NEW,CATLG,DELETE),
// SPACE=(TRK,(300,150),RLSE)
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*

what can be the reason for this abend.
its very urgent.
can anyone of you icon_question.gif help me out in this.

Regards
Madhavi
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Mon Sep 25, 2006 3:17 pm
Reply with quote

Any clue from JESMSGLG and JESYSMSG???

~Vamsi
Back to top
View user's profile Send private message
lmadhavi

New User


Joined: 01 Mar 2006
Posts: 10

PostPosted: Mon Sep 25, 2006 3:21 pm
Reply with quote

this is the information that i got from ABEND-AID

"A program check was trapped by Language Environment. During the error
handling process, Language Environment determined that there was an
error with the chaining of the dynamic storage areas (DSA) and issued
user abend 4083, reason code 02. The save area is located at the
beginning of the DSA.

A save area back chain pointer contains an invalid address. Following
this pointer resulted in a program check.

The information pertaining to the program check is no longer available.
The problem with the save area may be related to the original error.
Abend-AID will print the save area chain from each end to indicate what
program calls were made.

Following is the save area chain using the back pointer (BCK) starting
with the save area at 2110A9E8. All addresses are resolved as 31 bit
addresses. "

i hope this will help you.
Back to top
View user's profile Send private message
lmadhavi

New User


Joined: 01 Mar 2006
Posts: 10

PostPosted: Mon Sep 25, 2006 4:12 pm
Reply with quote

is there any problem with that JCL?

i have mentioned 2 load libraries in that JCL.
both production as well as Test,
Am i allowed to code like that?
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Mon Sep 25, 2006 4:38 pm
Reply with quote

Concatinating more than 2 load libraries shouldn't be the problem.

I couldn't exactly figure out what would be the reason behind.

Hi...Is your Program abended before the program execution or later
??
Back to top
View user's profile Send private message
lmadhavi

New User


Joined: 01 Mar 2006
Posts: 10

PostPosted: Mon Sep 25, 2006 4:45 pm
Reply with quote

i didnt really understand your question, vamsi.

the cobol program compilation was successful, while running the JCL i got this abend.
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Mon Sep 25, 2006 4:49 pm
Reply with quote

madhavi,

what i was asking is.....

When does the Jcl Abended. Is it Before the execution of your program and while executing the program.

If the Job abended while executing the pgram, you can see some standard display statement like 'PROGRAM XXXX EXECUTION STARTED'.
Back to top
View user's profile Send private message
lmadhavi

New User


Joined: 01 Mar 2006
Posts: 10

PostPosted: Mon Sep 25, 2006 5:02 pm
Reply with quote

it got abended while executing the program.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts first column truncated in search result IBM Tools 13
No new posts SDSF like solution in EJES (store com... All Other Mainframe Topics 4
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts executing XCTL command in COBOL witho... CICS 10
Search our Forums:

Back to Top