IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

restart of PROC


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
krbabu

New User


Joined: 20 Feb 2004
Posts: 57

PostPosted: Fri Apr 23, 2004 12:18 pm
Reply with quote

Hi ,
Can we restart the job with proc.If so please expalin about it.
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Fri Apr 23, 2004 12:28 pm
Reply with quote

here goes from chicago soft's mvsquickref database :


Code:
                                                                   
      The RESTART parameter is used to restart a job at a specific job         
      step, or at a specific checkpoint number in a job step that used         
      checkpointing during a previous execution.                               
                                                                               
      Syntax:                                                                   
                                                                               
          RESTART={*                            }                               
                  {stepname                     }                               
                  {stepname.procstepname        }                               
                  {stepname.procstepname,checkid}                               
                                                                               
      '*' says the job will restart at the top or within the first job         
      step                                                                     
                                                                               
      'stepname' names the step in the job where restart is to done             
                                                                               
      'procstepname' is the name of the procedure step (within the proc     
      invoked by job step 'stepname') for which restart is to done         
                                                                           
      'checkid' is the number of the checkpoint where MVS should restart   
      execution.  If the 'checkid' contains special characters, it must be 
      enclosed in apostrophes.                                             
                                                                           
      Examples:                                                             
                                                                           
             //SYS023$$ JOB (TERW),BATCH,MSGLEVEL=(1,1),CLASS=W,           
             //  RESTART=JS60.PS35    RESTART AT STEP PS35 IN JOB STEP JS60
                                                                           
                                                                           
             //MASTLOAD JOB (23,2,1,1),'MASTER FILE LOAD',                 
             //             RESTART=STEP2.C0000009                         
             //*   RESTART AT CHECKPOINT NUMBER C0000009 IN JOB STEP STEP2 


hope it helps
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Fri Apr 23, 2004 12:28 pm
Reply with quote

here goes from chicago soft's mvsquickref database :


Code:
                                                                   
      The RESTART parameter is used to restart a job at a specific job         
      step, or at a specific checkpoint number in a job step that used         
      checkpointing during a previous execution.                               
                                                                               
      Syntax:                                                                   
                                                                               
          RESTART={*                            }                               
                  {stepname                     }                               
                  {stepname.procstepname        }                               
                  {stepname.procstepname,checkid}                               
                                                                               
      '*' says the job will restart at the top or within the first job         
      step                                                                     
                                                                               
      'stepname' names the step in the job where restart is to done             
                                                                               
      'procstepname' is the name of the procedure step (within the proc     
      invoked by job step 'stepname') for which restart is to done         
                                                                           
      'checkid' is the number of the checkpoint where MVS should restart   
      execution.  If the 'checkid' contains special characters, it must be 
      enclosed in apostrophes.                                             
                                                                           
      Examples:                                                             
                                                                           
             //SYS023$$ JOB (TERW),BATCH,MSGLEVEL=(1,1),CLASS=W,           
             //  RESTART=JS60.PS35    RESTART AT STEP PS35 IN JOB STEP JS60
                                                                           
                                                                           
             //MASTLOAD JOB (23,2,1,1),'MASTER FILE LOAD',                 
             //             RESTART=STEP2.C0000009                         
             //*   RESTART AT CHECKPOINT NUMBER C0000009 IN JOB STEP STEP2 


hope it helps
Back to top
View user's profile Send private message
krbabu

New User


Joined: 20 Feb 2004
Posts: 57

PostPosted: Fri Apr 23, 2004 1:07 pm
Reply with quote

Thank You Bluebird
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts IMS Restart Failure IMS DB/DC 4
No new posts Proc print in Mainframe All Other Mainframe Topics 4
No new posts Restart logic by using cursor name in... DB2 1
No new posts trying to set return code in PROC JCL & VSAM 15
No new posts Execute DSNTEP2 in REXX which is call... CLIST & REXX 4
Search our Forums:

Back to Top