> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Sumi, Joseph J. 
> (CMS/CTR) (CTR)
> Sent: Friday, March 11, 2011 12:12 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: SHOPZ help
> 
> Downloaded a product with shopz using the "download to 
> workstation method" and then moved up to mainframe with no 
> problems. Unpaxed the doclib, rimlib, etc and unzipped some 
> relfiles to get sample jobs. My problem is that the RCVPDO 
> job contains the FROMNTS statement below specifying OSP30835 
> but there is no directory for that name. I only see this 
> 2006991250_000010_PROD but if I point FROMNTS to that value, 
> I get a syntax error. Any ideas ?? 
> 
> RCVPDO:
> 
> //SMPCNTL  DD  *                                              
>             
>   SET      BOUNDARY (GLOBAL) .                                
>             
>   RECEIVE                                                     
>             
>    FROMNTS(OSP30835)                                /* <=== 
> NOTE 3 */     
>   /*    DELETEPKG                                  /* <=== 
> NOTE 4 */      
>       .                                                       
>             
> /*                                                            
>             
> 
> 
> Product file structure:
> 
> EUID=0   /maint2/product1/2006991250_000010_PROD/             
>                                
>   Type  Perm  --Size  Filename                           
> _ Dir    770    8192  .                                  
> _ Dir    777    8192  ..                                 
> _ File   640   11520  GIMPAF.XML                         
> _ File   640    5040  GIMPAF.XSL                         
> _ Dir    750    8192  SMPHOLD                            
> _ Dir    750    8192  SMPPTFIN                           
> _ Dir    750    8192  SMPRELF                            
> _ File   640   11826  S0001.CSP.CSP.README               
> _ File   640   32256  S0002.CSP.OSP30835.DOCLIB.pax.Z    
> _ File   640   32256  S0003.CSP.OSP30835.RIMLIB.pax.Z    
> _ File   640   32256  S0005.CSP.OSP30835.PGMDIR.pax.Z    
> _ File   640    6399  S0016.CSP.OSP30835.GIMUNZIP        
> 
> Rgrds, Joseph Sumi

What is the SMPNTS pointing to (value of PATH=)? If it points to 
/maint2/product1, then replace OSP30835 with 
2006991250_000010_PROD. Or, if you prefer for some reason, you can get into a 
shell prompt (TSO OMVS) and

cd /maint2/product1/2006991250_000010_PROD
mkdir OPS30835
mv * OPS30835/

Then rerun the RECEIVE as-is, pointing SMPNTS to 
PATH=/maint2/product1/2006991250_000010_PROD

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to