How can I delete a module from the TLICD file that was exported using the TSO LIBGET command by a programmer who left the company and how do I remove the userid?
search cancel

How can I delete a module from the TLICD file that was exported using the TSO LIBGET command by a programmer who left the company and how do I remove the userid?

book

Article ID: 36089

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

 

How to delete a module and module entries that were exported to the TLICD file by former programmers and how to remove the userid from the TLICD file. 

 

 

Environment

Release: LIB-AM00200-4.4-CA-Librarian-Access Method
Component:

Resolution

Background:

When users or programmers export a module/modules from the Librarian master file using the TSO LIBGET command the module and a module entry are placed on the TLICD file. If that programmer leaves the company, the module and module entry will remain in the TLICD file.

 

Environment:

CA-Librarian V4.4 TSO Option

 

Instructions:

To delete the userid, module and module entry associated with the userid you will need to execute program LIBTLICD.                   

JCL example below:

//DELETE EXEC PGM=LIBTLICD 
//SYSPRINT DD SYSOUT=* 
//FILEIN DD DSN=YOUR.TLICD.FILE,DISP=OLD 
//SYSIN DD * 
 DELETE member  *** where member is the userid in the TLICD file ***                                     /*