This command displays information about REXX functions that are loaded when CA‑GSS is initialized.
Display FNTab [{External} [[+|-] {Class|Name} [[+|-] {Class|Name}]] {Internal} {Builtin} {All}
Lists only external functions (ones that are defined in the initialization parameters). This is the default.
Lists only internal (CA‑GSS extended) functions, which set the RC special variable.
Lists only built-in functions, which are included as part of the language definition.
Lists all functions.
Sorts in ascending order. This is the default.
Sorts in descending order.
Sorts by function class (external, internal, or built-in).
Sorts by function name.
Example
----------------------- CA‑GSS/ISERVE Control Panel ------ ROW 1 TO 19 OF 170 ==> display fntab all -class +name => PAGE Target node: * ssid: * Host node: B1EWF ssid EWF ============================================================================== Class Name Avail Module Type Address Length Rent AMODE -------- ---------- ----- -------- ----- -------- -------- ---- ----- Internal $CALLX Yes ***INT SYNC Internal $TIME Yes ***INT SYNC Internal ALIGN Yes ***INT SYNC Internal ALLOC Yes ***INT SYNC Internal BATCHR Yes ***INT SYNC Internal BOOLWORD Yes ***INT SYNC Internal CALC Yes ***INT SYNC Internal CASE Yes ***INT SYNC External ALERT SRVALERT SYNC 85DB9330 00001558 Yes 31 External SRVCALL Yes SRVCALL ASYNC 85DB1C38 000013C8 Yes 31
Class
The function class:
Function that is considered part of the language specification.
Processed by external load module that is specified in initialization parameters.
CA‑GSS extended function.
Name of the function, as coded in IMODs.
Indicates whether the function is available for use by IMODs.
Name of the load module that is used to process the function.
How the function executes, as follows:
Executes as a subtask.
Executes under the main ISERVE task.
Address in memory (hexadecimal) where the load module resides, if applicable.
Length of the load module (hexadecimal) in memory, if applicable.
Indicates whether the load module is re-entrant, if applicable.
Addressing mode of the load module (24- or 31 bit), if applicable.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|