Command Syntax for rename a member via batch
search cancel

Command Syntax for rename a member via batch

book

Article ID: 96273

calendar_today

Updated On:

Products

Librarian

Issue/Introduction



Could you please tell me if is possible to rename a member via batch on CA Librarian? If yes, what is the right syntax? I was not able to find out in the manual. 

Environment

Release:
Component: LIBR

Resolution

Yes, you can rename a Librarian member via batch.

JCL example below::
//S1 EXEC PGM=AFOLIBR,PARM='NRJS,NJTA'
//SYSPRINT DD SYSOUT=*
//OSJOB DD DUMMY
//LIST DD SYSOUT=*
//INDEX DD SYSOUT=*
//MASTER DD DSN=YOUR.LIBRARIAN.MASTER.FILE,DISP=SHR
//SYSIN DD *
-SEL OLDMEMBER,RENAME=NEWMEMBER
-END
/*
//