Need the TLMS CATAPLINK converted to a PDS/E.
search cancel

Need the TLMS CATAPLINK converted to a PDS/E.

book

Article ID: 200392

calendar_today

Updated On:

Products

TLMS Tape Management

Issue/Introduction

What is the process for converting a PDS to a PDS/E?

Environment

Release : 14.0

Component : CA TLMS Tape Management

Cause

Need the CTAPLINK in a PDS/E format.

Resolution

The following JCL will convert a PDS to a PDS/E in place. The DSN will remain the same.

//STEP1    EXEC PGM=ADRDSSU,REGION=0K      
//SYSPRINT DD SYSOUT=*                     
//SYSIN    DD *                            
  COPY DATASET( -                          
   INCLUDE(MY.PDS.CTAPLINK) -        
     BY(DSORG,EQ,PDS) -                    
        ) -                                
  CONVERT(PDSE(**)) -                      
  CATALOG -                                
  DELETE PURGE -                           
  REPLACE -                                
  CANCELERROR -                            
  WAIT(2,2)