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

Abend s306 when i tried to execute a DLI program


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abin

Active User


Joined: 14 Aug 2006
Posts: 198

PostPosted: Wed Nov 22, 2006 7:14 pm
Reply with quote

Hi all

Can anybody tell me what s306 abend stands for.
I got this abend when i tried to execute a DLI program.

JCL i used is given below.

//STEP01 EXEC PGM=DFSRRC00,
// PARM=(DLI,IPHDUACM,IPHCORRT)
//IPHDFRPT DD DSN=IPHT.MD0299.ACCUM.REPORT.UTC01A,
// DISP=(NEW,CATLG,DELETE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=800),
// UNIT=TESTDA,
// SPACE=(TRK,(5,5),RLSE)
//IMS DD DSN=S00P.CHGMAND.IPHP.#009858.PBL,DISP=SHR
// DD DSN=IMSD.DBDLIB,DISP=SHR
//LDB85PD1 DD DSN=IPHT.IMS.LDB85PD1,DISP=SHR
//LDB85PD2 DD DSN=IPHT.IMS.LDB85PD2,DISP=SHR
//LDB85PD3 DD DSN=IPHT.IMS.LDB85PD3,DISP=SHR
//LDB85XD1 DD DSN=IPHT.IMS.LDB85XD1,DISP=SHR
//IMSLOGR DD DUMMY,DSN=IMSX.RLDSP.DYYJJJ.TXXXXXXX.VXX,
// UNIT=TESTDA,DISP=OLD,VOL=SER=IN1IN1
//GSAM01 DD DSN=IPHT.MD0299.ACCUM.INPUT.UTC01A,
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Nov 22, 2006 7:59 pm
Reply with quote

From Abend assist:
Quote:
If the requested module could not be found, make sure the module exists on a system or user-defined authorized library. Correct the error, and run the job step again.



First find out what module couldn't be found. This should come with the S306 message. Then find out in which library is stored and insert a //STEPLIB for this library. Also, did you download and install Abend assist from this forum?
Back to top
View user's profile Send private message
ARIVUMR

New User


Joined: 21 Apr 2006
Posts: 11
Location: Chennai

PostPosted: Thu Nov 30, 2006 11:56 am
Reply with quote

HI
You should specify DFSRESLIB step in your run JCL and let me know the status.

regards
hari.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Thu Nov 30, 2006 2:41 pm
Reply with quote

ARIVUMR wrote:
HI
You should specify DFSRESLIB step in your run JCL and let me know the status.

regards
hari.


the missing module might be on a different library icon_cool.gif first TS should find out which module can't be found. But........since TS didn't respond again my guess is the problem is solved icon_lol.gif
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top