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

SPICE query


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
itmanand

New User


Joined: 18 Dec 2008
Posts: 24
Location: Newyork

PostPosted: Thu Sep 10, 2009 4:34 am
Reply with quote

Can one of you explain what the below statement does?

SPLICE FROM(FILE1) TO(OUT1) ON(12,8,CH) WITH(20,47)
WITHALL USING(CTL1)

The CTL1 contains
OUTFIL FNAMES=OUT1,OMIT=(80,1,CH,EQ,C'B'),OUTREC=(1,66)
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Sep 10, 2009 4:51 am
Reply with quote

That's difficult without seeing the complete DFSORT/ICETOOL job since there's probably more to it then you're showing.

Where did you find these statements? What does the complete job look like? What does the input look like?

Just going by what you show, whenever records with the same value in positions 12-19 are found, the base record (first record with the value) is spliced in turn with each overlay record (second record with the value, third record with the value, etc). Each spliced record consists of the base record overlayed with positions 20-66 from the overlay record.

The OUTFIL statement is performed after the SPLICE. It omits any output records that have a 'B' in 80 and ensures that the output records only contain positions 1-66.

For complete details on the SPLICE operator of DFSORT's ICETOOL with examples, see:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CA40/6.14?DT=20090527161936
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top