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

Error in IEBGENER


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
supriyo kumar

New User


Joined: 24 Sep 2018
Posts: 1
Location: India

PostPosted: Thu Sep 27, 2018 10:22 pm
Reply with quote

jcl i have used
Code:
//SU33387A JOB (333878),'COYPS2PS',CLASS=A,MSGCLASS=H,NOTIFY=&SYSUID,   
//          PRTY=10                                                     
//*********************THIS JCL IS USED TO COPY PS2PS***************** 
//STEP1    EXEC PGM=IEBGENER                                           
//SYS1     DD DSN=MATEKS.TEST.BKUP,DISP=SHR                             
//SYS2     DD DSN=MATEKS.TEST.BKUP2,                                   
//            DISP=(MOD,DELETE,DELETE),                                 
//            DCB=(DSORG=PS,RECFM=FB,LRECL=80,BLKSIZE=0),               
//            UNIT=SYSDA,SPACE=(TRK,(1,1),RLSE)                         
//SYSPRINT DD SYSOUT=*                                                 
//SYSOUT   DD SYSOUT=*                                                 
//SYSDUMP  DD SYSOUT=*                                                 
//SYSIN    DD DUMMY                                                     
//

after submitting the error is
Code:

DATA SET UTILITY - GENERATE                     
IEB316I DDNAME SYSUT1   CANNOT BE OPENED


EDITED: Use code tags while posting code or sample data. Cleaned up clutter
Back to top
View user's profile Send private message
Willy Jensen

Active Member


Joined: 01 Sep 2015
Posts: 712
Location: Denmark

PostPosted: Fri Sep 28, 2018 12:51 pm
Reply with quote

It says "IEB316I DDNAME SYSUT1 CANNOT BE OPENED" because there is no SYSUT1 DD in the JCL.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top