Re: Question on Fille Allocations

2007-08-03 Thread Jim Mulder
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU wrote on 08/02/2007 
07:25:00 PM:

 In base JCL there is a parameter SUBSYS= for file allocations on a DD
 statement.
 
 Does anyone happen to know what the equivalent parameter is when using
 TSO ALLOCATE command?  I've looked at the TSO Command Reference and
 don't see anything like a Subsys parm. 

  There was some consideration given to adding SUBSYS to ALLOCATE
some years ago, but it did not get done.  So you would have to
write an assembler probram which issues SVC 99. 
 
Jim Mulder   z/OS System Test   IBM Corp.  Poughkeepsie,  NY

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Question on Fille Allocations

2007-08-03 Thread Edward Jaffe

GAVIN Darren * OPS EAS wrote:

Does anyone happen to know what the equivalent parameter is when using
TSO ALLOCATE command?  I've looked at the TSO Command Reference and
don't see anything like a Subsys parm.
  


It's not supported by ALLOCATE. Use BPXWDYN instead.

--
Edward E Jaffe
Phoenix Software International, Inc
5200 W Century Blvd, Suite 800
Los Angeles, CA 90045
310-338-0400 x318
[EMAIL PROTECTED]
http://www.phoenixsoftware.com/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html