TOC PREV NEXT INDEX DOC LIST MASTER INDEX




Output Switches List

This file contains alphabetical list of the valid switches. An overview of switches can be found in Programming with Apex.

APEX_ABORT_REACTION
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
None
Range:
Message Kinds

Message types that abort the command.

APEX_CANCEL_ REACTION
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
None
Range:
Message Kinds

Message types that cancel this operation, but continue with other, independent operations.

APEX_CANONICAL_ PREFIX
Area:
Output
Switch Kind:
Session
Type:
Boolean
Option:
Yes
Default Value:
False
Range:
True, False

Use canonical prefix (date, time, symbols) on output messages regardless of the switches.

APEX_DIALOG_ ENABLED
Area:
Output
Switch Kind:
Session
Type:
Boolean
Option:
Yes
Default Value:
False
Range:
True, False

Display output messages in dialog boxes.

APEX_DIALOG_ FILTER
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
False
Range:
Message Kinds

Type of messages to send to dialog boxes.

APEX_ERROR_ FILTER
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
None
Range:
Message Kinds

Message types of error messages.

APEX_ERROR_ MESSAGE
Area:
Output
Switch Kind:
Session
Type:
Boolean
Option:
Yes
Default Value:
False
Range:
True, False

Use the message window for messages of type error.

APEX_ERROR_ WINDOW
Area:
Output
Switch Kind:
Session
Type:
Boolean
Option:
Yes
Default Value:
False
Range:
True, False

Use the error window for messages of type error.

APEX_MESSAGE_ DETAIL
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
Verbose
Range:
Message Detail

The amount of information to display for each message.

APEX_OUTPUT_FILTER
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
All
Range:
Message Kinds

The amount of information to display for each message.

APEX_OUTPUT_MESSAGE
Area:
Output
Switch Kind:
Session
Type:
Boolean
Option:
Yes
Default Value:
False
Range:
True, False

Display output messages in the message window.

APEX_OUTPUT_TITLE
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
Output
Range:

Title for output window. This string is set by the Apex software and changes as the contents of the output window changes.

APEX_OUTPUT_WINDOW
Area:
Output
Switch Kind:
Session
Type:
Boolean
Option:
Yes
Default Value:
False
Range:
True, False

Display output messages in the output window.

APEX_OUTWIN_WAIT
Area:
Output
Switch Kind:
Session
Type:
Integer
Option:
No
Default Value:
3
Range:
-1 (wait forever)
0 Natural'last

Seconds to wait for messages queued for an output message window to be flushed; the wait will start after processes associated with a message window have termaintated (messages destined for the message window may still be queued for processing within the message server after a process has terminated).
A negative (< 0) value, for this switch, causes the output server to wait forever; this will prevent the reuse of messages windows associated with jobs.
A zero (0) value, for this switch, causes the output server to not wait; this will occasionally lead to the loss of messages.
A positive (> 0) value, for this switch, causes the output server to wait the number of seconds specified.

APEX_PREFIX_DATE_FORMAT
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
Locale
Range:
Date Formats

Format for date in messages.

APEX_PREFIX_LAYOUT
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
Time + symbols
Range:
symbols, date, time

Format for messages.

APEX_PREFIX_TIME_FORMAT
Area:
Output
Switch Kind:
Session
Type:
String
Option:
Yes
Default Value:
Locale
Range:
Time Formats

Format for time in messages.


Rational Software Corporation 
http://www.rational.com
support@rational.com
techpubs@rational.com
Copyright © 1993-2001, Rational Software Corporation. All rights reserved.
TOC PREV NEXT INDEX DOC LIST MASTER INDEX TECHNOTES APEX TIPS