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

How to check whether the file is empty or not in SORT?


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

New User


Joined: 26 Oct 2006
Posts: 50
Location: Chennai

PostPosted: Mon Dec 04, 2006 3:06 pm
Reply with quote

Hi All,

Please find my requirement below.

I have one PS file (Recfm=FB,LrecL=80).It?s needs to be processed only if the file have at least one record say at step 2. If not I have to process the next step says Step3. So I need to check whether the file is empty or not at step1. Is possible to do this by using SORT?.

I know we can do it by file aid by checking the return code 8. But I am expecting millions of records in this file. So to improve the performance, I want to implement this by using SORT.

Could any one have a idea about this?

Thanks in advance,
Bharathiraj
Back to top
View user's profile Send private message
hariavinash

New User


Joined: 04 Jan 2006
Posts: 64

PostPosted: Mon Dec 04, 2006 5:47 pm
Reply with quote

using IDCAMS

PRINT INFILE(FILE01) CHARACTER COUNT(1)
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 Dec 04, 2006 10:37 pm
Reply with quote

Quote:
Is possible to do this by using SORT?.


Yes. The "Set RC=12 or RC=4 if file is empty, has more than n records, etc" Smart DFSORT Trick at:

www.ibm.com/servers/storage/support/software/sort/mvs/tricks/

shows how to do it.
Back to top
View user's profile Send private message
bbharathiraj
Warnings : 1

New User


Joined: 26 Oct 2006
Posts: 50
Location: Chennai

PostPosted: Wed Dec 06, 2006 3:08 pm
Reply with quote

Thanks you very much.
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
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
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top