Previous Topic: Example 2: Adding SpaceNext Topic: Example 4: Copying a Database


Example 3: Changing Online Members

In this example, changes that were made to the online library, pointed to by the SAROLIB DD, are reloaded to the VIEW.SYSTEM1 database.

//EXAMPLE3 JOB ACCOUNT,PROGRAMMER
//STEP1    EXEC PGM=SARDBASE,PARM='VIEW.SYSTEM1'
//STEPLIB  DD DSN=CAI.CVDELOAD,DISP=SHR
//SAROLIB  DD DSN=CAI.CVDEPENU,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
OLOAD
/*