Can a CA Endevor element be Retrieved to a temporary data set?
search cancel

Can a CA Endevor element be Retrieved to a temporary data set?

book

Article ID: 15610

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction



Can a CA Endevor element be Retrieved to a temporary data set?

Environment

Release:
Component: ENDBAS

Resolution

Yes, it can be using the following in a batch Retrieve job:

 

//RETRVIT  DD DSN=&&ELMTOUT,UNIT=SYSDA,                             
//         DCB=(RECFM=FB,LRECL=80),                                 
//         DISP=(NEW,PASS,DELETE),SPACE=(1700,(1000,300),RLSE)
//BSTIPT01 DD *                                                     
  RETRIEVE ELEMENT 'element'                                       
   FROM ENV    'env'                                               
        SYSTEM 'system'                                                 
        SUBSYSTEM 'subsys'                                         
        TYPE 'type'                                                  
        STAGE 'x'                                                   
   TO DDNAME  RETRVIT                                               
   OPTIONS                                          
           COMMENT 'RETRIEVE TO A &&TEMP DATA SET'                  
   .                                                                   
/*