> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:ibm-m...@bama.ua.edu] On Behalf Of Dazzo, Matt
> Sent: Thursday, September 09, 2010 2:57 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: Disable Wait After Maintenance
> 
> John, thanks for the sample. My jcl used is below, I got 
> cc=12. Volser=TZ11A1 is the volser with the maint, my current 
> running res volume is TZ11P1 without maint. Is this jcl correct?  tks
> 
> //STEP001  EXEC  PGM=ICKDSF,                       
> //             REGION=2M                           
> //SYSPRINT DD  SYSOUT=*                            
> //IPLDD    DD  DSN=SYS1.SAMPLIB(IEAIPL00),         
> //             DISP=SHR,UNIT=SYSDA,VOL=SER=TZ11A1  
> //IPLVOL   DD  DISP=OLD,                           
> //             UNIT=3390,                          
> //             VOL=SER=TZ11A1                      
> //SYSIN    DD  *                                   
>  REFORMAT DDNAME(IPLVOL) -                         
>     VERIFY(IPLVOL) -                               
>     IPLDD(IPLDD,OBJFORMAT) NOBOOTSTRAP             
> /*                                                 
> 
> 
> ICKDSF - MVS/ESA    DEVICE SUPPORT FACILITIES 17.0            
>                                                               
>  REFORMAT DDNAME(IPLVOL) -                                    
>     VERIFY(IPLVOL) -                                          
>     IPLDD(IPLDD,OBJFORMAT) NOBOOTSTRAP                        
> ICK00700I DEVICE INFORMATION FOR 340B IS CURRENTLY AS FOLLOWS:
>           PHYSICAL DEVICE = 3390                              
>           STORAGE CONTROLLER = 2105                           
>           STORAGE CONTROL DESCRIPTOR = E8                     
>           DEVICE DESCRIPTOR = 0C                              
>           ADDITIONAL DEVICE INFORMATION = 48000035            
>           TRKS/CYL = 15, # PRIMARY CYLS = 10017               
> ICK04000I DEVICE IS IN SIMPLEX STATE                          
> ICK03091I EXISTING VOLUME SERIAL READ = TZ11A1                
> ICK31300I VERIFICATION FAILED: VOLUME-SERIAL WRONG.           
> ICK30003I FUNCTION TERMINATED. CONDITION CODE IS 12           
>           15:47:39    09/09/10                                
>                                                               

You kept the constant IPLVOL in the VERIFY. You need to replace that with the 
actual volser of TZ11P1.

C 'IPLVOL' 'TZ11P1' ALL WORD

and try again.

-- 
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-6183 cell
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