Assuming <ouch!> that the DFHMAPS of 4.2 is similar to that of 4.1 (which is 
what we have), it appears that the PROC in SDFHPROC may not have been 
customized to your DSN. In my 4.1, there is a parameter on the PROC called 
INDEX which is set to CICSTS41. Yours may be set to CICSTS42. My suggestion to 
try is 

//MFSYHE1  EXEC DFHMAPS,
// INDEX=DFH420.CICS, <- INSERT THIS!
//    MAPLIB=VENDOR.LINKLIB.SECOND,   <== where i want the obj to go     
//    DSCTLIB=IBMUSE1.MFSY,           <== where I want my symbolic map to go  
//    MAPNAME=MFSYHE1   

But this is purely a SWAG on my part.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
[email protected] * 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

 

> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[email protected]] On Behalf Of Graham Hobbs
> Sent: Thursday, February 02, 2012 8:39 AM
> To: [email protected]
> Subject: Prob with DFHMAPS
> 
> Hello,
> 
> Trying to assemble a map, my first time but it failed with 
> 'DATA SET NOT FOUND'. Given the following is there something 
> obvious I've missed?
> 
> .. my JCL is ..
> 
> //ASSMBL   JOB (ASSEM-1),'GH',                                   
> //         CLASS=A,MSGCLASS=0,MSGLEVEL=(1,1)                     
> //PROCLIB  JCLLIB ORDER=DFH420.CICS.SDFHPROC   <== where 
> DFHMAPS is located                    
> //MFSYHE1  EXEC DFHMAPS,                                         
> //    MAPLIB=VENDOR.LINKLIB.SECOND,   <== where i want the 
> obj to go     
> //    DSCTLIB=IBMUSE1.MFSY,           <== where I want my 
> symbolic map to go  
> //    MAPNAME=MFSYHE1                                            
> //SYSUT1   DD DSN=IBMUSE1.MFSY.BMS(MFSYHE1),DISP=SHR  <== 
> where my BMS is             
> //
> 
> .. partial list of SDSF;O shows that only the first step of 
> DFHMAPS worked as follows ..                                  
>                          
> 
> IEF142I ASSMBL COPY MFSYHE1 - STEP WAS EXECUTED - COND CODE 0000  
> IEF285I   IBMUSE2.ASSMBL.JOB02276.D0000101.?           SYSOUT 
>                    
> IEF285I   SYS12032.T210345.RA000.ASSMBL.TEMPM.H01      PASSED 
>                    
> IEF285I   IBMUSE1.MFSY.BMS                             KEPT   
>                    
> IEF285I   VOL SER NOS= VPWRKA.                                
>                    
> IEF373I STEP/COPY    /START 2012032.2103                      
>                    
> IEF032I STEP/COPY    /STOP  2012032.2103                      
>                    
>          CPU:     0 HR  00 MIN  00.00 SEC    SRB:     0 HR  
> 00 MIN  00.00 SEC     
>          VIRT:   172K  SYS:   256K  EXT:        0K  SYS:    
> 11132K                
> IEF212I ASSMBL ASMMAP MFSYHE1 SYSLIB - DATA SET NOT FOUND     
>                    
> IEF272I ASSMBL ASMMAP MFSYHE1 - STEP WAS NOT EXECUTED.   
> 
> .. am I supposed to have some reference to SYSLIB somewhere? 
> on the IEF212I explanation I could see only one thing that 
> might be a prob being ..
> The DD statement requested a data set cataloged in a user 
> catalog. The JCL did not contain a JOBCAT or STEPCAT DD statement. 
> 
> Please, thanks,
> Graham Hobbs
> 
> ----------------------------------------------------------------------
> 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