List Status (LS)

Command title

List Status

Description

This command copies the current tableBASE status switch settings to the STATUS-SWITCHES parameter.

COBOL syntax

MOVE 'LS'                   TO xxxx-COMMAND.
CALL 'TBLBASE' USING        TB-PARM
                            xxxx-COMMAND-AREA
                            STATUS-SWITCHES.

C syntax

memcpy( tbCommArea.tbCommand, "LS", 2 );
TBLBASE( &tbParm, &tbCommArea, sStatusSwitches );

Parameters

STATUS-SWITCHES

Explanation

This capability is for use by routines that must set the status switches for their own operation. Each such routine should restore the original status (using CS) before it returns to its calling program.

Return value

None

Notes

None

Exceptions

None

See also

None