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

Difference between temporary dataset and dummy dataset


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

New User


Joined: 01 Aug 2006
Posts: 3
Location: pune

PostPosted: Sat Aug 26, 2006 11:33 am
Reply with quote

wat is difference between temporary dataset and dummy dataset.

WARNING: TITLE EDITED
Back to top
View user's profile Send private message
senman

New User


Joined: 17 Aug 2006
Posts: 17
Location: Chennai

PostPosted: Sat Aug 26, 2006 1:07 pm
Reply with quote

Dummy dataset is used when you donot need to specify a ddname in the JCL. Nothing can be stored in it. Simply Null or Dummy.

Temporary dataset is a dataset in which you can store data on it and this dataset exists till the end of job execution after which it will be uncatalogued automatically.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sun Aug 27, 2006 12:37 am
Reply with quote

semman - Regarding DUMMY, I think it is the oposite: You need to supply DDNAME, but you don't want to associate any dataset with it.

O.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


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

PostPosted: Sun Aug 27, 2006 2:17 am
Reply with quote

Another difference can be of memory space. Dummy doesn't involve any but Temporary does.
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Sun Aug 27, 2006 8:49 am
Reply with quote

Megha,

Browse following link for more information

https://web.arizona.edu/~os390/zos-JCL-ref.pdf#search=%22zos-JCL-ref%20filetype%3Apdf%22

Regards
Mayuresh
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 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