> -----Original Message-----
> From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin
> 
> 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)

Thanks.  Don't know why I didn't think to try specifying the package id
(subdirectory name) without the ORDER keyword.

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

True, the RECEIVE FROMNETWORK runs quite a bit faster with the package
already downloaded, but our sandbox is severely "knee-capped" and the
"verification" processing takes nearly an hour for the subject package.
The previous un-zip stage ran almost 10 hours before filling up the
single Mod-9 SMPWKDIR filesystem.  We'll see how long it takes to fill
up a two-volume (both Mod-9s) SMPWKDIR filesystem.  :-|

    -jc-

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