How to change all the bundle jobcards in Deliver to add a common JOBPARM statement?
search cancel

How to change all the bundle jobcards in Deliver to add a common JOBPARM statement?

book

Article ID: 244467

calendar_today

Updated On:

Products

Deliver

Issue/Introduction

Is there a way to change all the bundle jobcards to add a common JOBPARM statement in Deliver?

 

Environment

Release : 14.0

Component : Deliver

Cause

There are about 1200 bundle jobs in production system. The requirement is to run all these jobs on only one system.

Looking for a way to change all these jobcards in bulk instead updating each of the them manually.

 

Resolution

JOBPARM statement can be added to all bundle jobs just by updating your RMOJCLB panel in Deliver.

Below is an example of how to add JOBPARM in RMOJCLB.


********************************* Top of Data *******************************
&SJC1                                                                        
&SJC2                                                                        
&SJC3                                                                        
&SJC4                                                                        
/*JOBPARM S=*                                                                
//STEP1    EXEC PGM=RMOBBP,                                                  
//         PARM='&IDX'                                                      
&J3O1                                                                        
&J3O2                                                                        
&J3O3                                                                        
&J3O4                                                                        
&J3O5                                                                        
//*                                                                          
//*         MODIFY OR REMOVE STEPLIB AS NECESSARY                            
//*                                                                          
//STEPLIB  DD  DISP=SHR,DSN=UKDEMO.VIEW140.CVDELOAD <= SHARED LOADLIB        
//SYSIN    DD  *,DCB=LRECL=100                                              
******************************** Bottom of Data *****************************

* IMPORTANT ** 

Don't forget to load the RMOJCLB member into database after updating the RMOJCLB with JOBPARM statement as shown above.