Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Overriding work space

Status
Not open for further replies.

brewpack

Programmer
Apr 13, 2009
1
US
Is there anyway to override the work parameter when it is embedded in a jcl procedure?

example of my jcl

//jobcard .....
//js010 exec ezptest

the proc ezptest looks like this
//ezptest proc
//ps010 exec pgm=idcams
...
//ps020 exec sas,cont(4,lt),
// work='3000,300'
...
//ps030 exec pgm=idcams
...

I want to override work='3000,300'
to work='4000,2000'

is this posible?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top