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 

ICETOOL: a splice question

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


Joined: 30 Aug 2004
Posts: 19
Topics: 8

PostPosted: Thu Jul 28, 2005 10:45 pm    Post subject: ICETOOL: a splice question Reply with quote

I'm having a splice problem involving duplicates. I have inserted "protection" records per previous posts I've read to preserve the duplicates, but can't seem to get what I need.

Here is the JCL (prior to adding the protection dataset) and the layouts of the two datasets being spliced. They are both LRECL=80, RECFM=FB:

[code:1:125d715297]//RATEGROS DD DSN=*.GROSSUM,VOL=REF=*.GROSSUM,DISP=(OLD,PASS)
// DD DSN=*.TMPRATES,VOL=REF=*.TMPRATES,DISP=(OLD,PASS)

'GROSSUM':

----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
0982WMW22MN....
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: Fri Jul 29, 2005 6:27 am    Post subject: Reply with quote

Sterling price,

If I understand correctly , all you wanted to do is to overlay the contents of tmprates on to the grossum.

I assumed that your input files are both 80 bytes and of FB recfm.

try this.

[code:1:6e6de5ef92]
//STEP0100 EXEC PGM=ICETOOL
//DFSMSG DD SYSOUT=*
//TOOLMSG DD SYSOUT=*
//GROSSUM DD *
0982WMW22MN....ΔΈ054301 JUNE
0982WR 22MN.....)054301 JUNE
//TMPRATES DD *
0982 0543 SUT .
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Sterling Price
Beginner


Joined: 30 Aug 2004
Posts: 19
Topics: 8

PostPosted: Fri Jul 29, 2005 9:35 am    Post subject: Reply with quote

Yes, that does exactly what I need. Thank you. I guess I was trying to make it too complicated.
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