On Fri, 17 Oct 2008 07:47:08 -0500, Mark Zelden <[EMAIL PROTECTED]>
wrote:
>
>Then I'd go back to CA. They must be allocating it with SYSOUT(A).
>I don't have any test programs dynamically allocating sysout to
>play with, but if I do a TSO ALLOC for sysout without a class, it
>goes to the MSGCLASS.
>
To further support what I wrote and what the defaults are, here is
some doc from the Authorized Assembler Services Guide about
the SVC99 parameter list:
26.4.4.24 SYSOUT Specification - Key = '0018'
DALSYSOU specifies that a system output data set is to be allocated
and defines the output class of the data set. When you code this key
and want a class other than the default, # and LEN must be one, and
PARM contains the output class. To use the default output class, code
zero in the # field; LEN and PARM are not specified. The default
output class is determined as follows:
From the OUTPUT DD statement, if present
From the default message class, if there is no OUTPUT DD statement.
DALSTATS, DALNDISP and DALCDISP
DALVLSER, DALPRIVT, DALVLSEQ, DALVLCNT, and DALVLRDS
DALQNAME
DALSSNM, DALSSPRM, and DALSSATT
Note: Using DALSYSOU with any of these keys will cause dynamic
allocation to issue an error code 0380.
Example: To specify a SYSOUT data set in class A, code:
KEY # LEN PARM
0018 0001 0001 C1
Example: To specify a SYSOUT data set and to default the class, code:
KEY # LEN PARM
0018 0000 - -
Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
----------------------------------------------------------------------
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