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

don't want to create empty SORTOUT file


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

New User


Joined: 18 Jul 2006
Posts: 4

PostPosted: Thu Jul 20, 2006 2:24 am
Reply with quote

I use SORT FIELDS=COPY
INCLUDE COND=..

Sometimes I got empty output files.
What should be done if I don't want to create an Empty file?
Back to top
View user's profile Send private message
twissi

Active User


Joined: 01 Aug 2005
Posts: 105
Location: Somerset, NJ

PostPosted: Thu Jul 20, 2006 11:16 am
Reply with quote

It's quite obvious that no records in the input file has satisfied the condition.

If you don't want the output file to be empty, write a literal record (something like a HEADER of a report file) to the output always.

Hope this helps!

Cheers, Twissi.
Back to top
View user's profile Send private message
Hanfur

Active User


Joined: 21 Jun 2006
Posts: 104

PostPosted: Thu Jul 20, 2006 12:11 pm
Reply with quote

Mv,
Create the sort output file then use COUNT FROM(IN) EMPTY option in Icetool to see the temp file which u created have data or not.You can check this using the retrun code and accordingly add one more step just to Delete it using IEFBR14 if data present else bypass the delete step..

Not sure any shortcut is there in place for this.

-Han.
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 0
No new posts WER247A SORTOUT HAS INCOMPATIBLE LRECL SYNCSORT 6
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top