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

Can we copy more than one PS to a single PS using IEBGENER


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
PRABHATH
Warnings : 1

New User


Joined: 08 Jun 2006
Posts: 28
Location: hyderabad

PostPosted: Thu Sep 07, 2006 12:01 am
Reply with quote

Can we copy more than one PS to a single PS using IEBGENER???if so how can we do it?
Code:

//STEP01 EXEC PGM=IEBGENER                                         
//SYSPRINT DD  SYSOUT=*                                               
//SYSOUT   DD  SYSOUT=*                                               
//SYSUT1    DD DISP=OLD,DSN=DS1.DS1.DS1
//          DD DISP=OLD,DSN=DS2.DS2.DS2
//SYSIN    DD  DUMMY                                                 
//SYSUT2   DD  DSN=output.datset,DISP=(,CATLG),UNIT=3480,       
//             EXPDT=99000 

what would be the output of this step
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Sep 07, 2006 12:03 am
Reply with quote

Can't you try it??????????????????

O.
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Thu Sep 07, 2006 11:03 am
Reply with quote

PRABHATH wrote:
Can we copy more than one PS to a single PS using IEBGENER???if so how can we do it?
Code:

//STEP01 EXEC PGM=IEBGENER                                         
//SYSPRINT DD  SYSOUT=*                                               
//SYSOUT   DD  SYSOUT=*                                               
//SYSUT1    DD DISP=OLD,DSN=DS1.DS1.DS1
//          DD DISP=OLD,DSN=DS2.DS2.DS2
//SYSIN    DD  DUMMY                                                 
//SYSUT2   DD  DSN=output.datset,DISP=(,CATLG),UNIT=3480,       
//             EXPDT=99000 

what would be the output of this step


Hi Prabath,

u can do but the datatsets should be of same lRECL otherwise u will MAXCC=12 CONFLICTING DCB PARAMETERS
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 VB to VB copy - Full length reached SYNCSORT 8
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top