MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Output dataset not found while running IKJEFT01 JCL

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
mrinalsolanki
Beginner


Joined: 02 May 2006
Posts: 56
Topics: 16

PostPosted: Thu Nov 09, 2006 10:35 am    Post subject: Output dataset not found while running IKJEFT01 JCL Reply with quote

Hi

Following is the main code of jcl which i made .problem here is that my dataset PRACTICE.JUNK6 is not created due to this ,though jcl is running successfuly.

Code:
//RUNEXEC  EXEC PGM=IKJEFT01                               
 //SYSEXEC  DD DISP=SHR,DSN=PRACTICE.REXX           
 //ORIGINAL DD DISP=SHR,DSN=PRACTICE.C                   
 //UNCOMENT DD DSN=PRACTICE.JUNK6,                   
 //            DISP=(NEW,,),                               
 //            SPACE=(CYL,(3,1,90)),                       
 //            UNIT=3390,                                   
 //            VOL=SER=STGG01,                             
 //            DCB=(LRECL=80,BLKSIZE=6160,DSORG=PO,RECFM=FB)
 //SYSTSPRT DD SYSOUT=*                                     
 //SYSTSIN  DD *                                           
 %UNCOMENT                                                 
 /*       
Back to top
View user's profile Send private message
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Thu Nov 09, 2006 10:53 am    Post subject: Reply with quote

The default action for a dataset disposition of NEW is to delete the dataset immediately. Try using NEW,CATLG.
_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
mrinalsolanki
Beginner


Joined: 02 May 2006
Posts: 56
Topics: 16

PostPosted: Thu Nov 09, 2006 11:28 am    Post subject: Reply with quote

Hi Mervyn,

I tried it and it is working fine

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group