No. CA Librarian software is not affected at all with password passphrase.
To turn on archiving for an existing librarian master file you will need to reinitialize using the -OPT command. Sample JCL below. //JOBCARD //*******************************************************************************************/ //* THIS SAMPLE JCL WILL USE...
Exit $CCFU004 (EXIT4) is i nvoked before the history create and update panels display. $CCFU004 c an be used to standardize information used for history member creation. When a programmer logs out a member that has no associated history member on the history master file, LIB/CCF...
To unlock a Panvalet member that was lock by someone else use the following ++UNLOCK command: ++UNLOCK MEMBER,OLDID=userid >>>> Where userid is the id of the person who locked the member. <<<< Example batch JCL below: ...
When you restrict update access to a Librarian Master file to read-only access you will need to use -EXTRACT instead of -SEL when accessing the member. The -EXTRACT command does not require update authority to the master file. The -SEL(SELECT) command does require update authority to the...
To tell what type of security is set up for a Librarian master file run an INDEX report against that specific master file. It will show what security is setup, MCD, External. It will also show what options were set when the Librarian Master File was initialized. Here is an example of...