To specify that Culprit is executing in local mode, perform one of the following:
OSRUN Culprit PARM='*LOCAL*'
Note: This option is valid only if the OSRUN command is issued from a System Product interpreter or an EXEC2 file.
Database Access
The following modifications must be made in order to access non-SQL defined database records or tables:
FILEDEF dictdb DISK dictdb_addr FILEDEF userdb DISK userdb_addr
FILEDEF SYS002 DISK keyfile FILE A3
Note: CA Culprit, CA IDMS/DB users who wish to override IDMSOPTI specifications at runtime can code either the LOCAL keyword or CVMACH= keyword expression on the DATABASE parameter, discussed in Chapter 11, DATABASE Parameter. For more information about IDMSOPTI, see the CA IDMS System Operations Guide.
|
dictdb |
DDname of the data dictionary DDLDML area |
|
dictdb.addr |
Minidisk address of the database file (e.g., 500) |
|
keyfile |
Filename of the key file (required only if a key file is input) |
|
userdb |
Filename of the CA IDMS/DB database, as assigned in the schema definition |
|
userdb_addr |
Minidisk address of the database file (e.g., 500) |
|
Copyright © 2014 CA.
All rights reserved.
|
|