You can change the SYSTSPRT DD to anything you need (including to a dataset)
Jerry Whitteridge Manager Mainframe Systems & Storage Albertsons - Safeway Inc. 925 738 9443 Corporate Tieline - 89443 If you feel in control you just aren't going fast enough. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Scott Ford Sent: Friday, October 23, 2015 3:06 PM To: [email protected] Subject: Re: Redirect or hide IEBCOPY output when using the TSO RECEIVE Command What about, NoPreview or Sysout(class other than *) * defaults to terminal On Friday, October 23, 2015, Jerry Whitteridge < [email protected]> wrote: > The repeated RESTORE OLD allows for multiple datasets to be received > > Jerry Whitteridge > Manager Mainframe Systems & Storage > Albertsons - Safeway Inc. > 925 738 9443 > Corporate Tieline - 89443 > > If you feel in control > you just aren't going fast enough. > > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected] > <javascript:;>] On Behalf Of Jerry Whitteridge > Sent: Friday, October 23, 2015 2:51 PM > To: [email protected] <javascript:;> > Subject: Re: Redirect or hide IEBCOPY output when using the TSO RECEIVE > Command > > //BATISPF EXEC PGM=IKJEFT01,DYNAMNBR=105,REGION=0K,TIME=1440 > //SYSPROC DD DSN=JWHI00V.LIB.CLIST,DISP=SHR > // DD DSN=SYS1.SAFEWAY.ISPCLIB,DISP=SHR > //SYSTSPRT DD SYSOUT=* > //SYSTSIN DD * > RECEIVE > RESTORE OLD > RESTORE OLD > RESTORE OLD > RESTORE OLD > > Jerry Whitteridge > Manager Mainframe Systems & Storage > Albertsons - Safeway Inc. > 925 738 9443 > Corporate Tieline - 89443 > > If you feel in control > you just aren't going fast enough. > > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected] > <javascript:;>] On Behalf Of Paul Gilmartin > Sent: Friday, October 23, 2015 2:47 PM > To: [email protected] <javascript:;> > Subject: Re: Redirect or hide IEBCOPY output when using the TSO RECEIVE > Command > > On Fri, 23 Oct 2015 16:23:01 -0500, Donald Likens wrote: > > >Has anyone figured out how to redirect the IEBCOPY output that is sent as > a result of issuing the TSO RECEIVE command. > > > >Example: > > > >RECEIVE INDA(CNTL.XMIT) > > ... > >I want the IEBCOPY print out above to go to a dataset. I have tried > > > >x = OUTTRAP('var.'); // in REXX > >NODISPLAY option > >Reallocating SYSPRINT. > >Reading the manual. > > > >No luck > > > Sigh. Are you desperate enough to run IKJEFT01 in batch and direct > SYSTSPRT to a data set? (But how could you answer the prompt?) > > Really, really: > o RECEIVE should be made a standalone utility, liberated from TSO. > o The optional parameters to RECEIVE should include that information > that might otherwise be supplied to the prompt. > > Notice what IBM's stock is doing lately? There's a reason. > > -- gil > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] <javascript:;> with the message: > INFO IBM-MAIN > > "Email Firewall" made the following annotations. > > ------------------------------------------------------------------------------ > > Warning: > All e-mail sent to this address will be received by the corporate e-mail > system, and is subject to archival and review by someone other than the > recipient. This e-mail may contain proprietary information and is intended > only for the use of the intended recipient(s). If the reader of this > message is not the intended recipient(s), you are notified that you have > received this message in error and that any review, dissemination, > distribution or copying of this message is strictly prohibited. If you > have received this message in error, please notify the sender immediately.. > > > ============================================================================== > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] <javascript:;> with the message: > INFO IBM-MAIN > > "Email Firewall" made the following annotations. > > ------------------------------------------------------------------------------ > > Warning: > All e-mail sent to this address will be received by the corporate e-mail > system, and is subject to archival and review by someone other than the > recipient. This e-mail may contain proprietary information and is intended > only for the use of the intended recipient(s). If the reader of this > message is not the intended recipient(s), you are notified that you have > received this message in error and that any review, dissemination, > distribution or copying of this message is strictly prohibited. If you > have received this message in error, please notify the sender immediately.. > > > ============================================================================== > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] <javascript:;> with the message: > INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN "Email Firewall" made the following annotations. ------------------------------------------------------------------------------ Warning: All e-mail sent to this address will be received by the corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain proprietary information and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately.. ============================================================================== ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
