Receiving CCF003AS: An error occurred during update; when a programmer tries to logout a third member from the production Librarian Master file to the test library however the CCF message library is not created.
search cancel

Receiving CCF003AS: An error occurred during update; when a programmer tries to logout a third member from the production Librarian Master file to the test library however the CCF message library is not created.

book

Article ID: 7687

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

Receiving CCF003AS: An error occurred during update; when a programmer tries to logout a third member from the production Librarian Master file to the test library however the CCF message library is not created.

Environment

Librarian CCF V4.4

Resolution

CCF allocates a message data set named prefix.userid.CCF.MSGS or, if no prefix is set, userid.CCF.MSGS.

Use ISPF BROWSE to view the message data set for problem determination. This is a temporary data set. Continued CCF processing replaces the data set.  You can rename it to retain it.

To check if the prefix is or if noprefix is set enter the command TSO PROFILE from within the CCF application at the command line:

TSO PROFILE

 --- 08/07/17 ------- CA-LIBRARIAN CHANGE CONTROL FACILITY --------- TIME 12:58

 OPTION ===> TSO PROFILE PREFIX

 

    0  CCF PARMS       -  Specify user parameters

    1  OPEN            -  Open a change request

    2  ASSIGN          -  Assign, reassign, reject a change request

    3  DISPLAY         -  Display assigned change requests

    4  LOGOUT          -  Logout a module to test

    5  LOGIN           -  Login a module to production

    6  LINK            -  Initiate a production linkedit or bind

    7  CLOSE           -  Close a change request

    8  REPORTS         -  Print or display LIB/CCF reports

    9  MOVEMENT STATUS -  Display, process, reject LOGOUT/LOGIN requests

   10  LINK STATUS     -  Display, process, reject linkedit and bind requests

   11  JOB STATUS      -  Display, process, resubmit pending batch jobs

   12  ADMIN SERVICES  -  LIB/CCF administrator services

    T  TUTORIAL        -  Display information about LIB/CCF

    X  EXIT            -  Terminate LIB/CCF

  IKJ56688I CHAR(0)  LINE(0)    PROMPT   INTERCOM   NOPAUSE MSGID   NOMODE  NOWTP

  MSG NORECOVER NOPREFIX        PLANGUAGE(ENU) SLANGUAGE(ENU) VARSTORAGE(LOW)

 IKJ56689I DEFAULT LINE/CHARACTER DELETE CHARACTERS IN EFFECT FOR THIS TERMINAL

 ***

 

 

If the profile prefix is set then the dataset "prefix.userid.CCF.MSGS" will be created dynamically.

If the profile noprefix is set then the dataset "userid.CCF.MSGS" will be created dynamically.

1. To set the prefix enter the following command at the command line in CCF:

    TSO PROFILE PREFIX

    --- 08/07/17 ------- CA-LIBRARIAN CHANGE CONTROL FACILITY --------- TIME 12:58

 OPTION ===> TSO PROFILE PREFIX

 

    0  CCF PARMS       -  Specify user parameters

    1  OPEN            -  Open a change request

    2  ASSIGN          -  Assign, reassign, reject a change request

    3  DISPLAY         -  Display assigned change requests

    4  LOGOUT          -  Logout a module to test

    5  LOGIN           -  Login a module to production

    6  LINK            -  Initiate a production linkedit or bind

    7  CLOSE           -  Close a change request

    8  REPORTS         -  Print or display LIB/CCF reports

    9  MOVEMENT STATUS -  Display, process, reject LOGOUT/LOGIN requests

   10  LINK STATUS     -  Display, process, reject linkedit and bind requests

   11  JOB STATUS      -  Display, process, resubmit pending batch jobs

   12  ADMIN SERVICES  -  LIB/CCF administrator services

    T  TUTORIAL        -  Display information about LIB/CCF

    X  EXIT            -  Terminate LIB/CCF

 

 2. At the IKJ56700A ENTER PREFIX - prompt enter the prefix name, for example

 userid01

The prefix will be set to USERID01.

The "prefix.userid.CCF.MSGS" will be created dynamcially when the error message occur.