(cross-posting to IBM-MAIN and MVS-OE) In a recent note, Perry O'Connell said:
> Date: Wed, 1 Nov 2006 10:00:26 +0000 > > Does anyone know about using the SUBSYS alloc key in BPXWDYN? > is it supported? > Hmmm. It's not documented in the RM, but: [EMAIL PROTECTED]:135$ rexx "trace R; call bpxwdyn('alloc subsys(foo) msg(wtp)')" 1 *-* call bpxwdyn('alloc subsys(foo) msg(wtp)') >>> "alloc subsys(foo) msg(wtp)" 09.02.05 STC04463 IKJ56231I UTILITY DATA SET NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+ 09.02.05 STC04463 IKJ56231I DYNAMIC ALLOCATION REASON CODE IS X'000004B0' >>> "78643200" Where M&C says: 6.324 IKJ56231I ________________________________________________________________ IKJ56231I type_name NOT operation, SYSTEM OR INSTALLATION ERROR UNKNOWN routine CODE - NOTIFY YOUR INSTALLATION MANAGER OF ERROR CODE return_code Doesn't this seem more like a user error than a "SYSTEM OR INSTALLATION ERROR"? Whereas: [EMAIL PROTECTED]:136$ rexx "trace R; call bpxwdyn('alloc xxxxxx(foo) msg(wtp)')" 1 *-* call bpxwdyn('alloc xxxxxx(foo) msg(wtp)') >>> "alloc xxxxxx(foo) msg(wtp)" >>> "-22" -- gil -- StorageTek INFORMATION made POWERFUL ---------------------------------------------------------------------- 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