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

Need a solution for this ICETOOL Program


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

New User


Joined: 02 Jun 2005
Posts: 16

PostPosted: Mon Aug 28, 2006 8:09 pm
Reply with quote

hi all
If i m using ICETOOL and my out conditions are as follows

OUTFIL FNAMES=FILE01,INCLUDE=(55,1,CH,EQ,C'X'),
OUTREC=(1,54)
OUTFIL FNAMES=FILE02,INCLUDE=(55,1,CH,EQ,C'X',AND,59,1,CH,EQ,C'X'),
OUTREC=(1,54)

If these both conditions are met .means the 55th character is 'X' and also 59th character is 'X' . then does the record will go into the FILE02 only or it will be copied into both the files.
Thanks in advance
Saurabh
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: Mon Aug 28, 2006 9:08 pm
Reply with quote

If 55 has 'X' and 59 has 'X', the record satisfies the conditions for both OUTFIL statements, so it will be written to FILE01 and FILE02.

You could have just tried this yourself to find out.
Back to top
View user's profile Send private message
saurabh7878
Warnings : 1

New User


Joined: 02 Jun 2005
Posts: 16

PostPosted: Mon Aug 28, 2006 9:26 pm
Reply with quote

Actually i dont have any access to execute the job and i have to analyse the job and document it.....
Can somebody please run it for me and tell me the results
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: Tue Aug 29, 2006 12:30 am
Reply with quote

Quote:
Can somebody please run it for me and tell me the results


I did. See my post above. (What more are you looking for?)
Back to top
View user's profile Send private message
saurabh7878
Warnings : 1

New User


Joined: 02 Jun 2005
Posts: 16

PostPosted: Tue Aug 29, 2006 12:55 pm
Reply with quote

This is the only i was looking for...Thanks once again
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 Using API Gateway from CICS program CICS 0
No new posts Shift left VB record without x00 endi... DFSORT/ICETOOL 11
No new posts how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
No new posts how to calculate SUM for VB file usin... JCL & VSAM 1
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top