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

About Disp parameter


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

New User


Joined: 16 Mar 2010
Posts: 6
Location: India

PostPosted: Tue Mar 16, 2010 12:20 pm
Reply with quote

can we give disp=(,catlg,) is it right?
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Tue Mar 16, 2010 12:25 pm
Reply with quote

Look Here
Back to top
View user's profile Send private message
pankajtripathi

New User


Joined: 16 Mar 2010
Posts: 6
Location: India

PostPosted: Tue Mar 16, 2010 12:27 pm
Reply with quote

thanks Sambhaji
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Tue Mar 16, 2010 12:38 pm
Reply with quote

pankajtripathi wrote:
thanks Sambhaji

What is the conclusion you have got to your query?
Back to top
View user's profile Send private message
pankajtripathi

New User


Joined: 16 Mar 2010
Posts: 6
Location: India

PostPosted: Tue Mar 16, 2010 12:43 pm
Reply with quote

it is invalid

//ddname DD DISP=(,CATLG),... is valid
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Mar 17, 2010 4:08 pm
Reply with quote

pankajtripathi wrote:
can we give disp=(,catlg,) is it right?
Quote:
it is invalid
Really..icon_smile.gif, have you tried it? Take this job and play with the DISP:
Code:
//STEP0010 EXEC PGM=IEFBR14                                 
//DD1     DD  DSN=HLQ.some.TEST,                         
//            DISP=(,CATLG,),                               
//            UNIT=SYSDA,SPACE=(CYL,(1,2),RLSE),             
//            DCB=(LRECL=37,RECFM=FB)                       
//*                                                         
above DISP worked just fine for me.
Back to top
View user's profile Send private message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 262

PostPosted: Wed Mar 17, 2010 6:30 pm
Reply with quote

Quote:
can we give disp=(,catlg,) is it right?

this is lower case it will not work
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 Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
No new posts Writing the output file name from a p... JCL & VSAM 7
No new posts Reference for COND parameter. JCL & VSAM 1
Search our Forums:

Back to Top