Restore an Endevor Element using Endevor Utility Unload/Reload/Validate (also known as program C1BM5000) backup
search cancel

Restore an Endevor Element using Endevor Utility Unload/Reload/Validate (also known as program C1BM5000) backup

book

Article ID: 282561

calendar_today

Updated On: 06-17-2024

Products

Endevor

Issue/Introduction

The Element and the component list must be restored. 

 

Environment

all Endevor versions

Resolution

Restore the Element using the Unload/Reload/Validate backup file and the SCL RESTORE command. 

  1. Run a Report 50 against the unload backup file. Ensure the correct Element and version are on the backup.
  2. Delete the Element from the Target Endevor Environment and Stage. The Restore SCL command does not replace a existing Element. The Element must not exist on the target Environment/Stage. 
  3. Run the RESTORE SCL using a batch job. 
  4. The ACMQ will be out of sync and you must run a partial rebuild of the ACMQ data for these reloaded elements.

This is a Sample JCL to Restore using SCL: (modify all values in the brackets < >)

//RESTORE  EXEC PGM=NDVRC1,DYNAMNBR=1500,REGION=0M,                        
//  PARM='C1BM3000'                                                        
//STEPLIB  DD DISP=SHR,DSN=<level1>.<level2>.CSIQAUTU                      
//         DD DISP=SHR,DSN=<level1>.<level2>CSIQAUTH                       
//CONLIB   DD DISP=SHR,DSN=<level1>.<level2>.CSIQLOAD                      
//SYSPRINT DD SYSOUT=*                                                     
//*********************************************************************    
//*             SORT WORK FILES                                     
//*********************************************************************    
//SORTWK01 DD UNIT=<unit>,SPACE=(CYL,(1,2))                                
//SORTWK02 DD UNIT=<unit>,SPACE=(CYL,(1,2))                                
//SORTWK03 DD UNIT=<unit>,SPACE=(CYL,(1,2))                                
//C1TPDD01 DD UNIT=<unit>,SPACE=(CYL,5),                                   
//            DCB=(RECFM=VB,LRECL=260)                                     
//C1TPDD02 DD UNIT=<unit>,SPACE=(CYL,5),                                   
//            DCB=(RECFM=VB,LRECL=260)                                     
//*********************************************************************    
//*  OUTPUT DATA SETS                                                     
//*********************************************************************

//C1MSGS1  DD SYSOUT=*                                                
//C1MSGS2  DD SYSOUT=*                                                
//C1PRINT  DD SYSOUT=*,DCB=(RECFM=FBA,LRECL=133)                      
//SYSUDUMP DD SYSOUT=*                                                
//SYMDUMP  DD DUMMY                                                   
//SYSOUT   DD SYSOUT=*                                                
//ARCHIN   DD DISP=SHR,DSN=<level1>.<level2>.UNLOAD <=UNLOAD BACKUP   
//************************************************T*******************
//*  REQUEST DATA SET                                                 
//********************************************************************
//BSTIPT01 DD *                                                       
RESTORE ELEMENT 'TESTT'                                    
  FROM FILE ARCHIN                                         
       ENVIRONMENT 'env' SYSTEM 'sys' SUBSYSTEM 'subsys'   
       TYPE 'type'                                          
       STAGE NUMBER 2                                      
  TO   ENVIRONMENT 'env' SYSTEM 'sys' SUBSYSTEM 'subsys'   
       TYPE 'type'                                          
       STAGE NUMBER 2                                      
  OPTIONS   BYPASS GENERATE PROCESSOR                      
        .                                                              

Additional Information

This process will not restore output components. This restore must be done based on your backup methods. The most common backup method is a full pack backup.