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

Disp=(new,delete,catlg), In abnormal termination what happen


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

New User


Joined: 07 Jun 2005
Posts: 4
Location: hyderabad

PostPosted: Mon Jun 13, 2005 10:38 am
Reply with quote

hi,
if i code disp=(new,delete,catlg),in abnormal termination wat wil happen?
Back to top
View user's profile Send private message
David P

Active User


Joined: 11 Apr 2005
Posts: 106
Location: Cincinnati Ohio

PostPosted: Mon Jun 13, 2005 10:45 am
Reply with quote

Hi,
As you have mentioned the abnormal disposition as catlg the data set will be cataloged in case of abnormal termination.

regards,
David.
Back to top
View user's profile Send private message
vardhan_145

New User


Joined: 21 Feb 2005
Posts: 9
Location: Chennai

PostPosted: Mon Jun 13, 2005 12:02 pm
Reply with quote

Hai Friends,

i believe David is correct. the dataset will be cataloged if that step is abnormal end.

Regards,
Vardhan
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Mon Jun 13, 2005 12:12 pm
Reply with quote

go thru the syntax for DISP:

DISP=(Status, Normal Disp, Abnormal Disp).
Back to top
View user's profile Send private message
Girishm

New User


Joined: 09 Mar 2005
Posts: 35
Location: Mysore

PostPosted: Thu Jun 16, 2005 3:41 pm
Reply with quote

Hi reddy,

New: You are creating new file
Delete: On normal termination, file will be deleted
Catlg: On abnormal termination, file will be cataloged

________
GM
Back to top
View user's profile Send private message
sudheer648

New User


Joined: 23 May 2005
Posts: 97
Location: Chennai

PostPosted: Mon Jun 20, 2005 3:34 pm
Reply with quote

Hi Reddy,

At abnormal Termination the dataset will be cataloged in the sense you can find it in the VTOC.
Back to top
View user's profile Send private message
saikumar

New User


Joined: 21 Jun 2005
Posts: 8
Location: INDIA

PostPosted: Tue Jun 21, 2005 8:30 am
Reply with quote

Hi Reddy,

Is it for Temporary Dataset or Non-Temporary Dataset.

If it is a Temporary Dataset then the Abnormal Termination Disposition is always DELETE regardless of whatever is coded.

If it is a Non-Temporary Dataset then the answer from David is correct.
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 DELETE SPUFI DB2 1
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts Delete file row if blanks in the firs... DFSORT/ICETOOL 5
Search our Forums:

Back to Top