On Fri, 21 May 2010 09:53:11 -0400, Mark Pace wrote:
>
> PRINT DD NAME       ===> SYSPRINT (Name of PRINT DD
>
> PARM                ===> XREF(SHORT),DECK,NOOBJECT,GOFF,LIST(133),OPTABLE(UNI)
>
>
>Being still fairly new SMPE I'm not sure if the problem is that I need a RC
>value of 4 not 0  Or the GOFF parameter is a problem, or I've left some DD
>statement out of my Apply JCL to cover the GOFF output.  Anyone have a
>suggestion on what maybe wrong?
>
Is SYSPRINT specified in a JCL DD or in UCLIN DDDEF?

In either case, is it possible to specify LRECL=133 explicitly.

If the assembler is supplying LRECL by default, it should respect
the LIST(133) for SYSPRINT.  But is this likely to be hostile to
other utilities called by SMP/E.  ISTR that the first utility invoked
by SMP/E may set the LRECL for SYSPRINT, and HLASM inherits an
adverse value by DCB merge.  But other utilities (IEBCOPY?) may
be hostile to LRECL=133.

Why do you need GOFF, anyway?

-- gil

----------------------------------------------------------------------
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

Reply via email to