The OLOAD control statement is used to load the panel, message, and skeleton JCL members in the online library to the database. The online library is defined with DD statement SAROLIB.
The high-level name of the database must have previously been defined with the NAME control statement (or the PARM parameter of the EXEC JCL statement).
Syntax:
OLOAD member
where member identifies the member name to be loaded into the database. The member name can be a specific member name or a generic member name. A generic member name is specified by suffixing a portion of the member name with an asterisk (for example, SARPT*). If omitted, all members in the partitioned dataset pointed to by the SAROLIB DD Statement (panels, message files, and the SARJCL1) that begin with the character 'S' are load into the database.
|
Copyright © 2013 CA.
All rights reserved.
|
|