That's why we use JSnnn for "JobStep" and PSnnn for "ProcStep" in our shop.

--  
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 Jonathan Goossen
> Sent: Tuesday, June 05, 2012 4:15 PM
> To: [email protected]
> Subject: Re: JCL PROBLEM
> 
> I agree.
> 
> Your names are confusing. PROC001 is the step name. STEP01 is 
> the proc 
> step name. (The name of the step in the proc.)
> 
> Thank you and have a Terrific day!
> 
> Jonathan Goossen, DTM
> ACT Mainframe Storage Group
> Personal: 651-361-4541
> Department Support Line: 651-361-5555
> For help with communication and leadership skills checkout Woodwinds 
> Toastmasters.
> 
> 
> 
> IBM Mainframe Discussion List <[email protected]> wrote on 
> 06/05/2012 
> 04:05:05 PM:
> 
> > From: "McKown, John" <[email protected]>
> > To: [email protected]
> > Date: 06/05/2012 04:05 PM
> > Subject: Re: JCL PROBLEM
> > Sent by: IBM Mainframe Discussion List <[email protected]>
> > 
> > I'm fairly sure you need the
> > 
> > REF=*.STEP01.PROC001.TAPE
> > 
> > to be
> > 
> > REF=*.PROC001.STEP01.TAPE
> > 
> > --
> > 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 John Dawes
> > > Sent: Tuesday, June 05, 2012 4:02 PM
> > > To: [email protected]
> > > Subject: JCL PROBLEM
> > > 
> > > G'Day,
> > >  
> > > I am having a problem (jcl error) trying to run this job.  
> > > The object is to have all the backups written out to a 3592 tape.
> > > //***************************************************************
> > > //PROC001 EXEC FCBPRDXX,TARGET='FQ8A00',SOURCE='PAGE01',LB='1'   
> > > //PROC002 EXEC FCBPRDXX,TARGET='FQ8A01',SOURCE='CSYS01',LB='2'   
> > > //STEP01.TAPE DD VOL=(,RETAIN,,REF=*.STEP01.PROC001.TAPE)        
> > > //PROC003 EXEC FCBPRDXX,TARGET='FQ8A02',SOURCE='CSYS02',LB='3'   
> > > //STEP01.TAPE DD VOL=(,RETAIN,,REF=*.STEP01.PROC001.TAPE)        
> > > //PROC004 EXEC FCBPRDXX,TARGET='FQ8A03',SOURCE='CSYS03',LB='4'   
> > > //STEP01.TAPE DD VOL=(,RETAIN,,REF=*.STEP01.PROC001.TAPE)        
> > > //PROC005 EXEC FCBPRDXX,TARGET='FQ8A04',SOURCE='CSYS04',LB='5'   
> > > //STEP01.TAPE DD VOL=(,RETAIN,,REF=*.STEP01.PROC001.TAPE)        
> > > //PROC006 EXEC FCBPRDXX,TARGET='FQ8A05',SOURCE='CSYS05',LB='6'   
> > > //STEP01.TAPE DD VOL=(,RETAIN,,REF=*.STEP01.PROC001.TAPE)        
> > > //PROC007 EXEC FCBPRDXX,TARGET='FQ8A06',SOURCE='CSYS06',LB='7'   
> > > //STEP01.TAPE DD VOL=(,RETAIN,,REF=*.STEP01.PROC001.TAPE)        
> > > //PROC008 EXEC FCBPRDXX,TARGET='FQ8A07',SOURCE='CSYS07',LB='8'   
> > > //STEP01.TAPE DD VOL=(,RETAIN,,REF=*.STEP01.PROC001.TAPE)        
> > > //PROC009 EXEC FCBPRDXX,TARGET='FQ8A08',SOURCE='PAGE02',LB='9'   
> > > //STEP01.TAPE DD VOL=(,RETAIN,,REF=*.STEP01.PROC001.TAPE)        
> > > //PROC010 EXEC FCBPRDXX,TARGET='FQ8A09',SOURCE='HFSC01',LB='10'  
> > > //STEP01.TAPE DD VOL=(,RETAIN,,REF=*.STEP01.PROC001.TAPE)        
> > >  
> > > This is the proc:
> > >  
> > > //FCBPRDXX PROC                                             
> > > //*                                                         
> > > //STEP01  EXEC PGM=ADRDSSU PARM='TYPRUN=NORUN'              
> > > //DISK     DD VOL=SER=&TARGET,DISP=SHR,UNIT=3390            
> > > //*TAPE    DD DSN=BKUP.XXXX.XXXXXX.V&SOURCE.XXXXXX,         
> > > //TAPE     DD DSN=BKUP.DISTR.PRDDLY.V&SOURCE..D050612.TEST, 
> > > //            DSORG=PS,TRTCH=COMP,UNIT=MAN3590,             
> > > //            VOL=(,RETAIN),DISP=(NEW,CATLG,DELETE),        
> > > //            LABEL=(&LB,SL)                                
> > > //SYSPRINT DD SYSOUT=*                                      
> > > //SYSIN    DD DISP=SHR,DSN=SYS3.FLASHCPY.PROCLIB(#FCCOPY)   
> > > //*                                                         
> > >  
> > > The message I get is :
> > > IEF645I INVALID REFERBACK IN THE REF SUBPARAMETER OF THE 
> VOLUME FIELD
> > >  
> > > I cannot spot my error.  Can someone help me out?
> > >  
> > > Thanks in advance.
> > > 
> > > 
> ----------------------------------------------------------------------
> > > 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
> 
> 
> This e-mail message and all attachments transmitted with it may
> contain legally privileged and/or confidential information intended
> solely for the use of the addressee(s). If the reader of this
> message is not the intended recipient, you are hereby notified that
> any reading, dissemination, distribution, copying, forwarding or
> other use of this message or its attachments is strictly
> prohibited. If you have received this message in error, please
> notify the sender immediately and delete this message and all
> copies and backups thereof. Thank you.
> 
> ----------------------------------------------------------------------
> 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