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

How to tell dataset DSORG by the JCL


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

New User


Joined: 05 Oct 2006
Posts: 1
Location: bangalore

PostPosted: Thu Oct 05, 2006 6:15 pm
Reply with quote

hi all

pls let me know how can we know whether the file is a ps or a pds or a vsam dataset but just seeing the jcl

thanks
madan
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Oct 05, 2006 6:27 pm
Reply with quote

You can't, unless the PDS is being referred to with a specific member name. The only way you could possibly know is to look into where they are defined.
Back to top
View user's profile Send private message
prashanth1

New User


Joined: 27 Sep 2006
Posts: 47
Location: Hyderabad

PostPosted: Fri Oct 06, 2006 11:14 am
Reply with quote

DSORG=PS (FOR PS file)
DSORG=PO (FOR PDS) and there is no specific declaration for VSAM file

DSORG is the sub parameter of DCB. And it is optional.
Back to top
View user's profile Send private message
parag107

New User


Joined: 17 Jan 2007
Posts: 6
Location: INDIA

PostPosted: Tue Jan 23, 2007 4:15 pm
Reply with quote

hi,

if u seeing coding of jcl then if(trk(21,2,2)) is writen it's

pds because the 3 parameter of space shows blok whis is the parametrt of pds
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