I am amending a program that declares some switches in the SPECIAL-NAMES section.
CONFIGURATION SECTION.
SPECIAL-NAMES.
SWITCH 1 IS FAX-ADDRESS
ON IS x
OFF IS y
SWITCH 2 IS FAX-SWITCH
ON IS FAX-ON
OFF IS FAX-OFF
The switches are used within the program, but not set and hence must be set outside the program as some kind of global logical.
I am currentlt developing on a VAX/VMS and have two questions:
1. Where would these switches be set?
2. How can I view/manipulate these within a debug session
Thanks in advance.
CONFIGURATION SECTION.
SPECIAL-NAMES.
SWITCH 1 IS FAX-ADDRESS
ON IS x
OFF IS y
SWITCH 2 IS FAX-SWITCH
ON IS FAX-ON
OFF IS FAX-OFF
The switches are used within the program, but not set and hence must be set outside the program as some kind of global logical.
I am currentlt developing on a VAX/VMS and have two questions:
1. Where would these switches be set?
2. How can I view/manipulate these within a debug session
Thanks in advance.