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

IKJEFTSR problem: UNABLE TO OPEN OPTIONS STATEMENT


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

New User


Joined: 17 Apr 2007
Posts: 6
Location: chennai

PostPosted: Thu May 31, 2007 8:06 am
Reply with quote

I am getting an error when i give !jck for the below mwntioned JCL.Please look at the below JCl and provide me a solution for this.

CAY6121W UNABLE TO OPEN OPTIONS STATEMENT FILE EDCHKDD OPTIONS IGNORE
CAY6306S ERROR ATTEMPTING TSO LINK, "IKJEFTSR" RETURN CODE IS "00CE9070
CAY6000 1 STATEMENT FLAGGED IN JOB "UNKNOWN" MAXIMUM SEVERITY WAS 12



//UUKPUKMF EXEC PGM=NDVRC1,PARM='C1BM5000',DYNAMNBR=1500,REGION=6M,
// COND=(12,LT)
//C1MSGS1 DD SYSOUT=*
//C1MSGS2 DD SYSOUT=*
//BSTIPT01 DD *
UNLOAD FULL FROM ENV UKP SYS UKM* TO DDN UNLOAD.
/*
//UNLOAD DD DSN=NDVR.UKM.UKP.UNLOAD.FULL(+1),
//UNLOAD DD DSN=NDVR.UKM.UKP.UNLOAD.FULL(+1),
// DISP=(NEW,CATLG,DELETE),UNIT=CART,
// DISP=(NEW,CATLG,DELETE),UNIT=CART,
// LABEL=(1,SL,EXPDT=99000),VOL=(,,,15),
// DCB=(NDVR.MDL,LRECL=32000,BLKSIZE=32000,RECFM=VB)
CAY6164S UVS REQUEST TO IEFEB4UV FAILED, RETURN CODE IS 36
CAY6094E BLKSIZE LESS THAN LRECL+4 FOR VB DATA SET

//C1SCL1 DD DSN=NDVR.UKM.UKP.DELETE.FULL.SCL(+1),DISP=(,CATLG),
// UNIT=3390,SPACE=(TRK,(1,1),RLSE),VOL=SER=ENDV08,
// DCB=(NDVR.MDL,LRECL=80,BLKSIZE=800,RECFM=FB)
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: Thu May 31, 2007 8:14 am
Reply with quote

Hello,

There may be other problem statements, but the duplication of the
//UNLOAD and
// DISP
statements will generate jcl errors.

Is this an interview question or should it be moved. . .?
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Calling an Open C library function in... CICS 1
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Open VSAM File in IMS DC Region - DFS... IMS DB/DC 0
No new posts JOIN STATEMENT PERFORMANCE. DFSORT/ICETOOL 12
Search our Forums:

Back to Top