On Sat, 3 Jul 2010 10:49:41 -0500, Chase, John wrote:
>
>"Naturally", there is no example of a RECEIVE FROMNTS command in the
>z/OS 1.11 SMP/E Commands manual....
>
>Can anybody provide a clue as to what a RECEIVE FROMNTS command should
>look like, while I "restart" the RECEIVE FROMNETWORK job?
>
//RECEIVE  EXEC PGM=GIMSMP,REGION=00M
//SMPCSI   DD DISP=SHR,DSN=hlq.GLOBAL.CSI
//*                                                               */
//SMPCNTL  DD *

   SET BOUNDARY(GLOBAL).

   RECEIVE LIST
           SELECT(
                    sysmod1, sysmod2, ...
             )               /* (End of Selection List.)          */
           FROMNTS( 'package-ID.gimzip' )
           .
//*
//SMPNTS   DD  PATHOPTS=ORDONLY,
//  PATH='&NTS'
//SMPWKDIR DD  PATHOPTS=ORDWR,  For SMP/E V3R2.0 and above.
//  PATH='&WKD'
//*
(product names obfuscated)

But the RECEIVE FROMNETWORK ought to run quite fast since it
can verify the checksums and bypass transfers.

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