Hp XP Command View Advanced Edition Software Instrukcja Użytkownika Strona 35

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 310
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 34
Postrequisites
Setting RACF security for CLI commands
Related topics
Example of dynamically linking the LINKLIB load library to LNKLST, page 35
Setting RACF security for CLI commands, page 36
Example of dynamically linking the LINKLIB load library to LNKLST
This section explains an example of dynamically linking the LINKLIB load library to LNKLST.
In this example, the currently-active LNKLST is switched from the original LNKLST to a temporary
LNKLST, and during this time, the original LNKLST is connected to the LINKLIB load library. Dynamic
changing of LNKLST affects the jobs that are currently being executed. Before carrying out this
procedure, see the IBM manual relating to LNKLST, and check the required notes on dynamically
changing LNKLST.
Procedure
1. Determine the active LNKLST by issuing the following command.
D PROG,LNKLST
The currently-active LNKLST (original LNKLST) is assumed to be LNKLST00.
2. Copy LNKLST00, and then define a temporary LNKLST (LNKLST99).
SETPROG LNKLST,DEFINE,NAME=LNKLST99,COPYFROM=LNKLST00
3. Activate temporary LNKLST (LNKLST99).
SETPROG LNKLST,ACTIVATE,NAME=LNKLST99
4. Apply all jobs that are being executed to the temporary LNKLST (LNKLST99).
SETPROG LNKLST,UPDATE,JOB=*
5. Add the LINKLIB load library to the original LNKLST (LNKLST00).
SETPROG LNKLST,ADD,NAME=LNKLST00,DSN=loadlib_dataset_name
6. Reactivate original LNKLST (LNKLST00).
SETPROG LNKLST,ACTIVATE,NAME=LNKLST00
7. Re-apply all jobs that are being executed to the original LNKLST (LNKLST00).
SETPROG LNKLST,UPDATE,JOB=*
8. Remove the temporary LNKLST (LNKLST99).
User Guide 35
Przeglądanie stron 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 309 310

Komentarze do niniejszej Instrukcji

Brak uwag