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

Problem in xpediting a batch program


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
balakrishna reddy

Active User


Joined: 13 Jul 2007
Posts: 128
Location: Guntur

PostPosted: Fri Oct 17, 2008 11:26 am
Reply with quote

Hi All,


I am facing problem while xp-editing a batch program which was calling statically a db2 program.

the batch program is executed as below in jcl

Code:


//prog1 exec pgm=ikjeft01
//inp1 dd inp=...
//inp2 dd inp1=..
//systin dd *
  DSN SYSTEM(DB2T)                                     
RUN PROGRAM(prog1) PLAN(planname) LIB('library')
END                                                   
/*
//




hope you will understand the problem, waiting for your replies.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Oct 17, 2008 11:39 am
Reply with quote

Hello,

It would help if you post the problem. . . What in your post gives any clue that there is a problem?

You need to post whatever diagnostic info you have available.
Back to top
View user's profile Send private message
balakrishna reddy

Active User


Joined: 13 Jul 2007
Posts: 128
Location: Guntur

PostPosted: Fri Oct 17, 2008 12:52 pm
Reply with quote

Hi dick,

while xp-editing the program it is giving u4038 abend.

The program i am xp-editing is a batch program which is statically calling a db2 program and it is coded in jcl as mentioned above.

while compiling the program i compiled it as non db2 program.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Oct 17, 2008 4:45 pm
Reply with quote

If it's an LE 4038 error, the manual says
Quote:
U4038 (X'FC6')

Explanation: The enclave ended with an unhandled Language Environment software-raised or user-raised condition of severity 2 or greater, and the run-time option ABTERMENC(ABEND) was specified.

Programmer Response: Check the Language Environment message file for message output.

System Action: Enclave terminated.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Oct 17, 2008 8:01 pm
Reply with quote

Hello,

It is likely that there is diagnostic information available that is more descriptive than the U4038. . .

Look at the compile, link, and all of the sysout datasets fro the abended run.
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
Search our Forums:

Back to Top