Laptop User Manual

Chapter 4. Installing and setting up vendor.connect 85
You must journal the following files at a minimum:
򐂰 All physical files in the OSLVCF3 library (except for files named XAPnn if they were there)
򐂰 The PMP02 and PMP09 files in the OSLD1F3 library
򐂰 The AGP00, AGP10, and AGP20 files in the OSLD2F3 library
To journal these files with
no ASP, follow these steps:
1. Sign on as QSECOFR.
2. Create a new library for the journal receiver and journal such as OSLF3:
CRTLIB LIB(OSLF3) TEXT('OSL journal library')
3. Create a journal receiver:
CRTJRNRCV JRNRCV(OSLF3/OSL0001) THRESHOLD(50000) TEXT('System21 journal receiver.')
4. Create a journal:
CRTJRN JRN(OSLF3/OSL) JRNRCV(OSLF3/OSL0001) MNGRCV(*SYSTEM) DLTRCV(*YES) TEXT('System21
journal')
To journal the files using an ASP, follow these steps:
1. Create a separate library for the journal receiver:
CRTLIB LIB(OSLF3R) TEXT('OSL journal receiver library')
2. Create a journal receiver:
CRTJRNRCV JRNRCV(OSLF3R/OSL0001) ASP(2) THRESHOLD(50000) TEXT('System21 journal
receiver.')
3. Create the journal as shown in step 4 in the previous sequence of steps.
To journal a single file, such as ADDRESS, use the following command:
STRJRNPF FILE(OSLVCF3/ADDRESS) JRN(OSLF3/OSL) OMTJRNE(*OPNCLO)
To journal multiple files within a library, complete the following steps.
1. Start the Programming Development Manager (PDM):
STRPDM
2. Select option 9 (Work with user-defined options).
Note: The following commands are sample commands only. You may vary them as
required.
Note: This is the recommended method.