Librarian member checked out to user that is no longer with the company.
search cancel

Librarian member checked out to user that is no longer with the company.

book

Article ID: 433910

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

How can I delete a member that is checked out by a user that is no longer with the company?

Resolution

If the user is no longer with the company, LIBUTI DELETE can be executed.

DELETE
Must be the first nonblank character string on the statement but can start in any column. DELETE must be separated from the first keyword by a comma or one or more blanks.


member-n
The member names to delete from the TLICD file. Member names are user-id. On the statement, member names can be separated by any number of blanks. You cannot continue the DELETE control statement. Each 80-byte statement must include DELETE, followed by the member names. You can supply any number of DELETE control statements.


Example: Delete Members
Sample job control language statements for the DELETE operation are shown below.


//LIBTSO JOB
//DELETE EXEC PGM=LIBTLICD
//SYSPRINT DD SYSOUT=A
//*ILEIN DD DSN=OLD-TLICD,DISP=OLD
//SYSIN DD *
DELETE MEMBER1,MEMBER2
DELETE MEMBER3,MEMBER4