CA Endevor

CA Endevor New BSTXCOPY Utility 

Oct 29, 2014 10:05 AM

BSTXCOPY UTILITY

 

BSTXCOPY is a new CA Endevor utility which performs the same functions as BSTCOPY. BSTCOPY is a processor utility and can only be executed within a CA Endevor Processor.  BSTXCOPY is an external version of this processor utility.  This utility is only available for Endevor r15.1, 16.0 and v17 via PTF. Below you will find a link for each version to the PTF.  

 

Endevor 15.1 RO75104

Endevor 16.0 Solution   RO75068

Endevor 17.0 Solution RO75121

 

BSTXCOPY can be used to copy between PDS load libraries and PDSE load libraries, from PDSE to PDSE, and from PDSE back to PDS. BSTXCOPY can copy aliases but the original loadlib member must be present in the FROM library.  The input syntax and restrictions are documented in the Extended Processor Guide, under Using Processor Utilities:  Section BSTCOPY.

 

The following JCL shows how to execute this utility. The first library in the STEPLIB contains the Endevor site specific modules (C1DEFLTS, ENDICNFG etc.):

 

//COPYEX EXEC PGM=BSTXOPY

//STEPLIB DD DISP=SHR,DSN=YOUR.ENDEVOR.CSIQAUTU                   

//                DD DISP=SHR,DSN=YOUR.ENDEVOR.CSIQAUTH                         

//                DD DISP=SHR,DSN=YOUR.ENDEVOR.CSIQLOAD                         

//SYSPRINT DD SYSOUT=*

//SYSUT3   DD UNIT=VIO,SPACE=(CYL,(1,2))                               

//SYSUT4   DD UNIT=VIO,SPACE=(CYL,(1,2))                              

//IND1     DD DISP=(OLD,PASS),DSN=YOUR.PDS.LOADLIB (PDS)                 

//IND2     DD DISP=(OLD,PASS),DSN=YOUR.PDS.LOADLIB (PDS)               

//OUTDD    DD DISP=(OLD,PASS),DSN=YOUR.NEW.PDSE.LOADLIB  (PDSE)

//SYSIN    DD *

COPY INDD=((IND1,R)),OUTDD=OUTDD                                      

   COPY INDD=((IND2,R)),OUTDD=OUTDD                                        

   

                  

 

              

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.