The OPTIONS command sets operating values for CA‑L‑Serv.
OPTions SVCDUMP(YES|NO)
OPTions [TASK(COMMSERVER)] [[LOGID(name)] [ XMVS(YES|NO) [[CONTYPE(value)] [HOLDBUF(nnnn)] [MAXSENDSIZE(kilobytes)] [MAXSESSIONS(nnnn)] [RETRMAX(nn)] [RETRY(seconds)] [SENDLIMIT(nnn)] [XCF(YES|NO)]]]
OPTions [TASK(FILESERVER)] MAXDORM(seconds)
OPTions [TASK(SQLSERVER)] [[HOSTVARPFX(char)] [LOGID(name)] [MATCHLIMIT(nnnn)] [OPERATORPFX(char)] [SCANLIMIT(nnnn)]]]
Parameters
Overrides the default VTAM communications protocol for the communications server set by the CONTYPE parameter of the ATTACH command.
Overrides the default number of transmission buffers per client set by the HOLDBUF parameter of the ATTACH command.
Overrides the SQL prefix character set by the HOSTVARPFX parameter of the ATTACH command.
Overrides the name of an auxiliary log set by the LOGID parameter of the ATTACH command.
Overrides the maximum number of SQL rows returned set by the MATCHLIMIT parameter of ATTACH command.
Sets the maximum number of seconds CA‑L‑Serv waits to write buffers to disk after the last deferred write request occurred. Specify a value from 1 to 3600.
Default: 60
Overrides the maximum data size for transmissions set by the MAXSENDSIZE parameter of the ATTACH command.
Overrides the maximum number of clients that can use the communications server set by the MAXSESSIONS parameter of the ATTACH command.
Overrides the special operator prefix character set by the OPERATORPFX parameter of the ATTACH command.
Overrides the setting that tells CA‑L‑Serv how often to try reactivating VTAM communication routes that become inactive. This value is set by the RETRMAX parameter of the ATTACH command and only applies to VTAM communication.
Overrides the setting that tells CA‑L‑Serv whether to reactivate VTAM communication routes that become inactive. This value is set by the RETRY parameter of the ATTACH command and only applies to VTAM communication.
Overrides the maximum number of SQL rows searched set by the SCANLIMIT parameter of the ATTACH command.
Overrides the maximum number of pending send requests per client set by the SENDLIMIT parameter of the ATTACH command.
Indicates whether CA‑L‑Serv should generate an SVC dump if an error occurs within its address space.
Default: YES
Identifies the server that should execute the command. Use TASK with the LOGID parameter or whenever you use an ambiguous truncation for a parameter.
Specify COMMSERVER, FILESERVER, or SQLSERVER.
Indicates whether you want to activate or deactivate XCF communication.
Indicates whether you want to activate or deactivate the XMVS communication service.
Note: Issue the OPTIONS command from the CA-L‑Serv parameter data set or from a console of an operator.
Example
To tell CA‑L‑Serv not to generate an SVC dump if an error occurs:
OPTIONS SVCDUMP(NO)
Copyright © 2014 CA Technologies.
All rights reserved.
|
|