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

Can we use OUTFIL and OMIT COND together?


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

New User


Joined: 28 Jun 2006
Posts: 21
Location: Chennai

PostPosted: Mon Aug 25, 2008 7:40 pm
Reply with quote

Hi All,

Can we use both OUTFIL and OMIT COND together in DFSORT? If so, Could you please let me know thw syntax?

-SivaS
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 25, 2008 9:15 pm
Reply with quote

You can have an OMIT statement and an OUTFIL statement together like this:

Code:

    ...
    OMIT COND=(...)
    OUTFIL ...


Or you can have an OMIT operand on the OUTFIL statement like this:

Code:

    ...
    OUTFIL OMIT=(...),...


For complete details on all of DFSORT's control statement, see "z/OS DFSORT Application Programming Guide" at:

Use [URL] BBCode for External Links

If you want more specific help, ask a more specific question.
Back to top
View user's profile Send private message
sivasu_usavis

New User


Joined: 28 Jun 2006
Posts: 21
Location: Chennai

PostPosted: Wed Sep 03, 2008 1:11 pm
Reply with quote

thanks
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts Use input file with OMIT rcd keys? DFSORT/ICETOOL 15
No new posts Reference for COND parameter. JCL & VSAM 1
Search our Forums:

Back to Top