> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]]
> On Behalf Of Jakubek, Jan
> Sent: Tuesday, September 22, 2015 11:21 AM
> To: [email protected]
> Subject: Re: Downloading from ShopZ
> 
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> <
> From: IBM Mainframe Discussion List [mailto:[email protected]]
> On Behalf Of Gibney, David Allen,Jr
> 
>    The calculation of space required 16489MB * 1.4 * 2 = 46169 cyl is more
> than a Mod 27. So, I'd like to use one M27 for NTS and another for
> SMPWKDIR.
> Is there an option I'm missing to specify SMPWKDIR in the RECEIVE an order
> from the server option? Or do I need to edit the JCL before submitting.
> 
>    Or should I just add two M27's to the STORAGEPOOL and do it all in one big
> NTS ZFS file?
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> 
> You do not need to edit JCL in hlq.STorder#.SCPPBENU. Before generating a
> job JCL set installation variable in the Dialog:
> 
> ==>   HFS/ZFS INFO
>       INSTALL DIRECTORY       M       D       /service/SYSD
>       SMPWKDIR NAME                   D       /service/NTS
> 
> Sufficiently big NTS ZFS file needs to be pre-allocated. CHECKFS step in the
> RESTORE step:
> //SYSTSIN  DD *
>   CPPECKFS +
>      /service/NTS +
>      7541292
> /*
> 
> Verifies if specified number of free blocks is available. If not - RESTORE job
> will not continue to run.
> 
> To get NTS FS expanded in the RESTORE job into additional candidate volumes
> if there is available space in STORAGEPOOL  - you Can either:
> -Bypass CHECKFS step, NTS will get expanded dynamically once it runs out of
> space.
> -Copy large file/files into NTS to get it expanded and then delete the just
> copied file/s to free up the space.


But, 
I was concerned about specifying SMPWKDIR in steps DOWNLDP1 and UNZIP1  
and DOWNLDP2 of the SKELETON CPPS6101 job used to do the transfer and   
RECEIVE from the FTP site.                                              
                                                                        
AS I look closer now, I see I may not need it for these steps, but the  
documentation on how to size my initial NTS dataset is unclear on this  
point.              



> 
> HTH...
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> [email protected] 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

Reply via email to