How can I add a large number of members from a PDS library to Endevor without having to Add each one individually and manually?
search cancel

How can I add a large number of members from a PDS library to Endevor without having to Add each one individually and manually?

book

Article ID: 44425

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

We have a large number of members in a PDS that we need to Add to Endevor and don't want to Add them one by one in Foreground.   

Is there a way to Add them all at one time? 

 

 

 

Resolution

If the members are all the same Endevor Type, they can be Added using a batch Add job.

Log on to Endevor and from the Endevor Primary Options Panel  select -

• 3  BATCH  and enter:
    1  BUILD SCL  
    and Under Request Data Set:     Enter the data set and member name you want the ADD SCL save in 
 
 
• On the SCL GENERATION  panel, select 2  ADD/UPDATE 
 
• On the  ADD/UPDATE ELEMENTS
   - Enter an option A 
   - Fill in the TO LOCATION:      and set the ACTION OPTIONS:  
   - Use the FROM ISPF LIBRARY: 
         put MEMBER  ====>  a  and   THRU MEMBER ===>  9999999  and set the DISPLAY LIST  to N
 
FROM ISPF LIBRARY:                     
  PROJECT ===> hlq                       
  LIBRARY ===> mlq                                             
  TYPE    ===> llq                   LIST OPTIONS:                
  MEMBER  ===> a                        DISPLAY LIST ===> N (Y/N)  
    THRU MEMBER ===>   9999999                                            
                                                                   
   - Use the  FROM OTHER PARTITIONED OR SEQUENTIAL DATA SET:   and set the DISPLAY LIST  to N
 
FROM OTHER PARTITIONED OR SEQUENTIAL DATA SET:
DATA SET NAME ===> 'hlq.mlq.node3.llq(*)'  
 
 
 You will get a Confirmation screen like this:
 
-------------------------------  CONFIRMATION  -------------------------
COMMAND ===>                                                            
                                                                        
                                                                        
        **************************************************************  
        *   PLEASE NOTE:                                             *  
        *                                                            *  
        *           ADD action requested.                            *  
        *                                                            *  
        *            60 elements have been selected                  *  
        *               for SCL generation.                          *  
        *                                                            *  
        *                                                            *  
        *                                                            *  
        *   INSTRUCTIONS:                                            *  
        *                                                            *  
        *        Press the ENTER key to create SCL action            *  
        *               statements for all elements selected.        *  
        *                                                            *  
        *        Enter END command to cancel the request.            *  
        *                                                            *  
        **************************************************************  
 
 
• Hit Enter and it will create the SCL
 
• PF3 back out to the Batch Options Menu
   2  EDIT
 
  - You will see the ADD SCL statements like this:
 
000001 SET STOPRC 16 .                                      
000002 ADD ELEMENT 'ASAMPLE'                                
000003   FROM DSNAME 'hlq.mlq.llq'                     
000004   TO   ENVIRONMENT 'ENV1' SYSTEM 'ZZ' SUBSYSTEM 'TSTSUB'
000005     TYPE 'COBOL'                                     
000006   OPTIONS CCID 'TESTING' COMMENTS "MASS ADD"   
000007  .                                                   
000008 ADD ELEMENT 'BATADMIN'                               
000009   FROM DSNAME 'hlq.mlq.llq'                    
000010   TO   ENVIRONMENT 'ENV1' SYSTEM 'ZZ' SUBSYSTEM 'TSTSUB'
000011     TYPE 'COBOL'                                     
000012   OPTIONS CCID 'TESTING' COMMENTS "MASS ADD"   
000013  .                                                   

 

 

• PF3 back out to the Batch Options Menu
   3  SUBMIT