On Tue, 2 Aug 2016 09:46:19 -0500, Vince Getgood <[email protected]> wrote:

[snip]

>
>In the SYSLOG, for my failed start of JES, I can see the following: -
>
>S JES2,SUB=MSTR,M=JES2PRSP,START=(COLD,FORMAT,NOREQ)                 
>IEF196I         1 //JES2     JOB MSGLEVEL=1                          
>IEF196I         2 //STARTING EXEC JES2,M=JES2PRSP,START=(COLD,FORMAT,
>IEF196I NOREQ)                                                       
>IEF196I  STMT NO. MESSAGE                                            
>IEF196I         2 IEFC001I PROCEDURE JES2 WAS EXPANDED USING SYSTEM  
>IEF196I LIBRARY SYS1.PROCLIB                                         
>IEF196I         3 XXJES2    PROC M=JES2PARM,                         
>IEF196I           XX             START='WARM,NOREQ'                  
>IEF196I         4 XXIEFPROC  EXEC PGM=HASJES20,                        
>IEF196I           XX            PARM='&START,MEMBER=&M',               
>IEF196I           XX            DPRTY=(15,15),TIME=1440,PERFORM=9      
>IEF196I           IEFC653I SUBSTITUTION JCL - PGM=HASJES20,PARM='(COLD,
>IEF196I FORMAT,NOREQ),MEMBER=JES2PRSP',DPRTY=(15,15),TIME=1440,        

[snip]

I think the problem is the parentheses in 
PARM='(COLD,FORMAT,NOREQ),MEMBER=JES2PRSP'.  
Try  JES2,SUB=MSTR,M=JES2PRSP,START='COLD,FORMAT,NOREQ'

hth
Andy


>----------------------------------------------------------------------
>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