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

Can SLIPCE be used to improve performance


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

New User


Joined: 17 Jan 2006
Posts: 17

PostPosted: Sat May 30, 2009 10:42 pm
Reply with quote

If I have a nother AND condition starting at position 40 ---> 43 (Type of Record), How can I use the "SPLICE" to improve the performance? Thanks,

INREC IFTHEN=(WHEN=(13,4,CH,EQ,C'0001',AND,40,4,CH,EQ,C'0001')
OVERLAY=(81:C'Y')),
INREC IFTHEN=(WHEN=(13,4,CH,EQ,C'2000',AND,40,4,CH,EQ,C'2000')
OVERLAY=(81:C'Y')),
INREC IFTHEN=(WHEN=(13,4,CH,EQ,C'4000',AND,40,4,CH,EQ,C'4000')
OVERLAY=(81:C'Y')),
....
....
....
INREC IFTHEN=(WHEN=(13,4,CH,EQ,C'5000',AND,40,4,CH,EQ,C'5000')
OVERLAY=(81:C'Y')),
....
INREC IFTHEN=(WHEN=(13,4,CH,EQ,C'9999',AND,40,4,CH,EQ,C'9999')
OVERLAY=(81:C'Y'))
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat May 30, 2009 11:21 pm
Reply with quote

Hello,

When you have a question you need to start a new topic for your question rather than reply to some existing topic.

How might SPLICE be used for this requirement? It appears to be a simple IF this AND this - then OVERLAY. . .
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: Sun May 31, 2009 10:28 pm
Reply with quote

Huan-Nguyen,

What are you trying to accomplish? Show an example of the records in your input file or files and what you expect for output. Explain the rules for getting from input to output. Give the RECFM and LRECL of the input file(s). Give the starting position, length and format of all relevant fields.
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 exploiting Z16 performance PL/I & Assembler 2
No new posts JOIN STATEMENT PERFORMANCE. DFSORT/ICETOOL 12
No new posts Which SORT utility can improve the Pe... DFSORT/ICETOOL 16
No new posts COBOL Performance Tuning COBOL Programming 6
No new posts Sorry - Trying again: How can we impr... ABENDS & Debugging 2
Search our Forums:

Back to Top