Problems Scrolling In CCF Logout screens
search cancel

Problems Scrolling In CCF Logout screens

book

Article ID: 73219

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

I have 2 users that cannot scroll down in the log out screen. They have many definitions but can only see the first 4. They need to get to their others.

Environment

Release:
Component: LIBR

Cause

PFKEYs are not available when invoking the CCF clist bypassing the Librarian main menu panel in ISPF.
   

Resolution

Add OPT(C) on the ISPEXEC statement. This will invoke the CCF option C from Librarian's main menu directly so the PFKEYs are available.
ISPEXEC SELECT PANEL(LIBRPDF) NEWAPPL(LIB) PASSLIB OPT(C) 

Listed below is an example of the CCF clist bypassing the Librarian main menu which allows you to go directly to CCF:
ISPEXEC LIBDEF + 
ISPPLIB DATASET ID('YOUR.LIBRARIAN.CALJPENU' + 
'YOUR.LIBRARIAN.CALUPENU') 
ISPEXEC LIBDEF + 
ISPMLIB DATASET ID('YOUR.LIBRARIAN.CALJMENU' + 
'YOUR.LIBRARIAN.CALUMENU') 
ISPEXEC LIBDEF + 
ISPTLIB DATASET ID('YOUR.LIBRARIAN.CALJTENU' + 
'YOUR.LIBRARIAN.CALUTENU') 
ISPEXEC LIBDEF + 
ISPSLIB DATASET ID('YOUR.LIBRARIAN.CALJSENU' + 
'YOUR.LIBRARIAN.CALUSENU') 

ISPEXEC SELECT PANEL(LIBRPDF) NEWAPPL(LIB) PASSLIB OPT(C) 

ISPEXEC SELECT PANEL(LIBRPDF) NEWAPPL(LIB) PASSLIB 

ISPEXEC LIBDEF ISPPLIB 
ISPEXEC LIBDEF ISPMLIB 
ISPEXEC LIBDEF ISPTLIB 
ISPEXEC LIBDEF ISPSLIB