On Sat, 24 Oct 2015 08:49:50 -0500, Donald Likens wrote:

>Using SYSOUT on the prompt worked! I never thought to look at the prompt for a 
>solution. Thank You!
> 
Does this constrain you to running in batch rather than interactive TSO?
It's not clear to me what "on the prompt" means.

>PS: I Really wanted it to go to a dataset but this will work for me.
> 
All the examples in this thread show batch JCL, "//SYSTSPRT DD SYSOUT=..."
rather than interactive TSO.  In batch, SYSTSPRT can be assigned to
almost anything (but not to a UNIX file).

Ah!  I RTFM:
RECEIVE command prompt parameters
z/OS TSO/E Command Reference
SA32-0975-00 

Or you can retrieve the SYSOUT from SDSF.  Is your objective to
capture the IEBCOPY SYSPRINT, to suppress it's appearance on the
terminal, or both?

On Sat, 24 Oct 2015 10:03:28 -0500, Paul Gilmartin wrote:

>On Fri, 23 Oct 2015 18:06:07 -0400, Scott Ford wrote:
>>
>>NoPreview or Sysout(class other than *)   * defaults to terminal
>> 
>Is "SYSOUT=*" syntactically valid?  I haven't tried it.
> 
Oops!  Lapsus mentis, aggravated by what seems to be a misunderstanding
of Scott's.  "*" signifies (not defaults) to MSGCLASS (not terminal).
(I think.)

But I haven't used "SYSOUT=*" in decades; I always code "SYSOUT=(,)".

From TFM (above):

PREVIEW | NOPREVIEW
    PREVIEW
        specifies the received data should be displayed at the terminal as it 
is stored.
        This is generally appropriate only for sequential data sets because 
what is displayed
        is the result of the first pass at restoring the data. For partitioned 
data sets, the
        IEBCOPY unloaded format is displayed.
   NOPREVIEW
        specifies no previewing is to be done. NOPREVIEW is the default.

Displaying the IEBCOPY unloaded format at the terminal sounds singularly 
useless.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to