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

re:how will know whether the file is empty


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

New User


Joined: 08 Feb 2006
Posts: 3

PostPosted: Thu Feb 09, 2006 3:39 pm
Reply with quote

hi all
i have a small doubt in vsam.
how will come to know that vsam file is empty or not.
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Thu Feb 09, 2006 4:15 pm
Reply with quote

Hi,

Submit the JCL

Code:
//SORTTST JOB (ACCT#),'SORT  ',NOTIFY=&SYSUID,CLASS=T,MSGCLASS=X   
 //STEP01  EXEC PGM=SORT                                           
 //SYSOUT   DD   SYSOUT=*                                           
 //SORTIN  DD DSN=VSAM File ,DISP=SHR             
 //SORTOUT DD DSN=Output file ,DISP=SHR                   
 //SYSIN   DD *                                                     
   OPTION COPY                                                     
   OUTFIL REMOVECC,NODETAIL,                                       
    TRAILER1=(COUNT=(M10,LENGTH=02))                               
 /*                                                                 
 //SYSUDUMP   DD SYSOUT=*                   


If output file contain 0 records it means fiel is empty.. icon_lol.gif

Hope this helps

Regards
Rupesh
Back to top
View user's profile Send private message
senthils

Active User


Joined: 15 Nov 2005
Posts: 117
Location: Chennai, India

PostPosted: Thu Feb 09, 2006 5:00 pm
Reply with quote

Thats a nice answer Rupesh icon_lol.gif
Back to top
View user's profile Send private message
nuthan

Active User


Joined: 26 Sep 2005
Posts: 146
Location: Bangalore

PostPosted: Thu Feb 09, 2006 7:59 pm
Reply with quote

Hi,
U can use IDCAMS utility and in sys in dd * give PRINT COUNT(1) .
this will return a maxcc = 4 if it is a empty VSAM file.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Thu Feb 09, 2006 10:07 pm
Reply with quote

Would you like to see this SMART DFSORT Trick.

Regards,

Priyesh.
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: Thu Feb 09, 2006 10:13 pm
Reply with quote

Priyesh,

When you give a link to a Smart DFSORT Trick, you need to include the #tnn number at the end - otherwise the link goes to the top of the page rather than to the trick you actually want. I've edited your link above to include the #t10 needed to get to the trick you were trying to show.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Thu Feb 09, 2006 10:20 pm
Reply with quote

Thank You Frank...

Regards,

Priyesh.
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 2
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
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top