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

Identify blank/empty data set within JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nitin_agr

New User


Joined: 06 Sep 2005
Posts: 28
Location: Minneapolis US

PostPosted: Mon Sep 19, 2005 11:07 pm
Reply with quote

Hi Friends;

Can anybody help me to identify empty data set within JCL.

My requirement is like, I want to execute a step only if a particular data set is non empty.

Please assit me, if anyone can provide sample code than it will be gr8.

Thanks and Regards
Back to top
View user's profile Send private message
nitin_agr

New User


Joined: 06 Sep 2005
Posts: 28
Location: Minneapolis US

PostPosted: Mon Sep 19, 2005 11:39 pm
Reply with quote

Hi Friends;

I got the answer after having a little R&D on ICETOOL.

Thanks a lot.
Back to top
View user's profile Send private message
sathish_rathinam

New User


Joined: 22 Aug 2005
Posts: 59
Location: india

PostPosted: Tue Sep 20, 2005 10:29 am
Reply with quote

HI nitin_agr,

TRY OUT
SYSIN DD *
PRINT(DATASET NAME)
COUNT(1)
AFTER THT USE

IF RC = 12
execute STEP 1( if dataset is empty)
else
execute step 2 (if dataset is not empty)
endif

regards,
sathish
Back to top
View user's profile Send private message
gangas

New User


Joined: 20 Jul 2005
Posts: 14

PostPosted: Fri Sep 23, 2005 2:56 pm
Reply with quote

just open that gdg and selcect that version give it "V" or "B" or "E'
if it i empty data set it will give empty on righthand side corner
Back to top
View user's profile Send private message
subhasis_50

Moderator


Joined: 09 Mar 2005
Posts: 363
Location: Earth

PostPosted: Fri Sep 23, 2005 3:00 pm
Reply with quote

Hi,
This topic is discussed earlier, search the forum before posting.
Here is one for your reference
ibmmainframes.com/viewtopic.php?t=4864&highlight=empty+dataset
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top