COBOL Manual for TNS and TNS/R Programs
Using HP COBOL in the OSS Environment
HP COBOL Manual for TNS and TNS/R Programs—522555-006
19-23
Features Unavailable in the OSS Environment
Features Unavailable in the OSS Environment
Features that are available in the Guardian environment but not in the OSS
environment fall into these categories:
•
ASSIGN Commands
•
PARAM Commands
•
Compiler Directives
•
Process Pairs
ASSIGN Commands
ASSIGN commands are not available in the OSS environment, You can use DEFINEs
for some ASSIGN functions, but because DEFINEs do not accept OSS pathnames,
they cannot perform the ASSIGN function of overriding file assignments made at
compilation time.
PARAM Commands
PARAM commands are not directly available in the OSS environment, but analogous
OSS environment variables exist for the PARAM commands in Table 19-2.
Table 19-2. Analogous PARAM Commands and OSS Environment Variables
PARAM Command OSS Environment Variable
1
PARAM DEBUG ON export DEBUG=ON
PARAM DEBUG OFF export DEBUG=OFF
PARAM EXECUTION-LOG None—STDERR is used
PARAM INSPECT ON export INSPECT=ON
PARAM INSPECT OFF export INSPECT=OFF
PARAM NONSTOP ON export NONSTOP=ON
PARAM NONSTOP OFF export NONSTOP=OFF
PARAM PRINTER-CONTROL name export PRINTER_CONTROL=name
PARAM SWITCH-n ON
2
export SWITCH_n =ON
2
PARAM SWITCH-n OFF
2
export SWITCH_n =OFF
2
PARAM WAITED-IO Not applicable to CRE
1. Type nonvariables with the cases and spacing shown.
2.
n is “1” through “9” or “10” through “15” (without quotes).