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

How can we override the parm parameter


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

New User


Joined: 22 Jan 2007
Posts: 2
Location: bangalore

PostPosted: Tue Jan 23, 2007 10:47 pm
Reply with quote

Hi All,

How can we override the DD statement?
How can we override the parm parameter?

Thank you !
Regards
Craig!
Back to top
View user's profile Send private message
dineshness

New User


Joined: 25 Dec 2006
Posts: 63
Location: Perambalur

PostPosted: Tue Jan 23, 2007 11:38 pm
Reply with quote

You can override a DD statement including its DSNNAME and PARM values by Qualifying the DDNAME with the stepname like,

//Step1.DD1 DD PARM = values

There are some restrictions in modifying the PARM values for DCB parameters.

Please look into the MVS JCL Reference Guide for complete details.
Back to top
View user's profile Send private message
dineshness

New User


Joined: 25 Dec 2006
Posts: 63
Location: Perambalur

PostPosted: Tue Jan 23, 2007 11:42 pm
Reply with quote

dineshness wrote:
You can override a DD statement including its DSNNAME and PARM values by Qualifying the DDNAME with the stepname like,

//Step1.DD1 DD PARM = values

There are some restrictions in modifying the PARM values for DCB parameters.

Please look into the MVS JCL Reference Guide for complete details.


Follow this link for details,

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2b600/5.2.2?SHELF=&DT=20010117171733&CASE=
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 JCL EXEC PARM data in C Java & MQSeries 2
No new posts Need to specify PARM='POSIX(ON) Java & MQSeries 4
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Demand with DEADLINE TIME parameter CA Products 4
Search our Forums:

Back to Top