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

Dummy a dataset while picking other concatenated datasets


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hailashwin

New User


Joined: 16 Oct 2008
Posts: 74
Location: Boston

PostPosted: Thu Aug 21, 2014 1:54 pm
Reply with quote

Hi,
Consider an ideal situation where I have a step in a proc using 255 datasets(PS) in concatenation. If I have to ignore only the 3rd dataset in concatenation while still picking the rest of the 254 datasets for processing from my JCL, how would I do it?

One round about way, but relatively easier way I see is to create an empty dataset and override it as below.
Code:

//STEP010.XXX   DD                             
//         DD                                     
//         DD DSN=MY.EMPTY.FILE,DISP=SHR


But would like to know if there would be any other way of doing it without me having to unnecessarily create an empty file nor specify all of my concatenated datasets in my Jcl during the override?

Thanks,
Ashwin.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Aug 21, 2014 2:11 pm
Reply with quote

As far as I know for standard io there is no other way to do it than you have shown. The "trap" in an Interview Question is that if you DUMMY/NULLFILE it you get EOF at that point and 4th-and-onwards don't get read...
Back to top
View user's profile Send private message
hailashwin

New User


Joined: 16 Oct 2008
Posts: 74
Location: Boston

PostPosted: Thu Aug 21, 2014 5:15 pm
Reply with quote

Thanks for your thought, Bill icon_smile.gif
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top