Specify the following JCL to execute RMODBASE:
Initiates the job.
Specifies the name of the program (PGM=RMODBASE) and optional parameters (PARM=) for the program.
Use the optional PARM parameter to specify the high-level name of a database (PARM='DELIVER.SYSTEM1').
Identifies the load library that contains RMODBASE.
If the program resides in a linklist library, you can omit this statement.
Identifies the sequential output data set (typically the SYSOUT) to which control statements and messages are to be sent.
If you do not specify a SYSOUT data set, specify DCB=BLKSIZE=nnn, where nnn represents a number that is a multiple of 133.
Identifies the online library that contains the panel, message, and skeleton JCL members you want to load into the database.
Specify this job control statement only if you use the OLOAD Control Statement, which is described later in this chapter.
Identifies the model banner page library that contains the model banner pages you want to load into the database.
Specify this job control statement only if you use the BLOAD Control Statement, which is described later in this chapter.
Identifies the printer setup library that contains the printer setup members you want to load into the database.
Specify this job control statement only if you use the PLOAD Control Statement, which is described later in this section.
Identifies a sequential input data set that contains the unloaded database you want to load.
Specify this job control statement only if you use the LOAD Control Statement, which is described later in this chapter.
Identifies the sequential input that contains the unloaded copy of the Release 11 database that is being converted to Release 11.5.
Identifies a sequential output data set to which you want to unload the database.
Specify this job control statement only if you use the UNLOAD Control Statement, which is described later in this chapter.
Specifies the name of the card image data set where the control statements you want to input are located.
Be aware of the following conditions:
Note: ADDDS, BLOAD, and OLOAD are required for a new install.
|
Copyright © 2013 CA.
All rights reserved.
|
|