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 

Merging UMODE 1014 files.

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
heman
Beginner


Joined: 17 Aug 2005
Posts: 18
Topics: 4

PostPosted: Fri Jun 02, 2006 3:53 pm    Post subject: Merging UMODE 1014 files. Reply with quote

I have 2 files with the following attributes:

Organization . . . : PS
Record format . . . : U
Record length . . . : 1014
Block size . . . . : 1014


Can somebody suggest me a way to merge these two files into a single files?

Thanks,
Himanshu.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12372
Topics: 75
Location: San Jose

PostPosted: Sat Jun 03, 2006 7:29 am    Post subject: Reply with quote

heman,

Try the following Job

Code:

//STEP0100 EXEC PGM=FILEAID
//SYSPRINT DD  SYSOUT=*                             
//DD01     DD  DSN=your first DSORG U DSN,                 
//             DISP=SHR                             
//         DD  DSN=your second DSORG U DSN,               
//             DISP=SHR                             
//DD01O    DD  DSN=DSORG U MERGED,         
//             DISP=(NEW,CATLG,DELETE),             
//             UNIT=SYSDA,                         
//             SPACE=(CYL,(X,Y),RLSE)
//SYSIN    DD  *                                   
$$DD01 COPY           
/*

_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
heman
Beginner


Joined: 17 Aug 2005
Posts: 18
Topics: 4

PostPosted: Sat Jun 03, 2006 10:50 am    Post subject: Reply with quote

Thanks Kolusu....it worked Smile
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 -> Utilities 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