Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Overview

Command

Brief description

ASSIGN-STREAM

Assigns an (output) server to an S variable stream

BEGIN-BLOCK

Initiates a command block

BEGIN-PARAMETER-
DECLARATION

Initiates procedure parameter declaration in the procedure head

BEGIN-STRUCTURE

Declares a static structure

CALL-PROCEDURE

Starts a command sequence

CLOSE-VARIABLE-
CONTAINER

Closes variable containers

COMPILE-PROCEDURE

Compiles a procedure in the intermediate format

CYCLE

Interrupts a loop pass

DECLARE-CONSTANT

Declares a variable and assigns it a constant value

DECLARE-ELEMENT

Declares a structure element

DECLARE-PARAMETER

Declares a procedure parameter

DECLARE-VARIABLE

Declares a variable

DELETE-STREAM

Deletes an S variable stream

DELETE-VARIABLE

Deletes a variable

ELSE

Initiates the ELSE branch of an IF block

ELSE-IF

Initiates an alternative branch in an IF block

END-BLOCK

Terminates a command block

END-FOR

Terminates a FOR block

END-IF

Terminates an IF block

END-PARAMETER-
DECLARATION

Terminates a procedure parameter declaration

END-STRUCTURE

Terminates a structure layout declaration

END-WHILE

Terminates a WHILE block

ENTER-PROCEDURE

Starts a procedure in the background as a batch job

EXECUTE-CMD

Controls system output to variables

EXIT-BLOCK

Terminates command block processing

EXIT-PROCEDURE

Terminates a procedure

FOR

Initiates a FOR block

FREE-VARIABLE

Deletes the contents of a variable

GOTO

Branches to an S tag

IF

Initiates an IF block

IF-BLOCK-ERROR

Initiates block error handling

IF-CMD-ERROR

Initiates command error handling

IMPORT-VARIABLE

Imports a variable

INCLUDE-BLOCK

Executes a BEGIN block as a subprocedure

INCLUDE-CMD

Executes a command sequence from a program

INCLUDE-PROCEDURE

Starts a command sequence as an Include procedure

MODIFY-PROCEDURE-
OPTIONS

Modifies procedure attributes during procedure execution

MODIFY-PROCEDURE-
TEST-OPTIONS

Modifies logging and limits the number of returns permitted

OPEN-VARIABLE-
CONTAINER

Opens variable containers stored as PLAM library elements

RAISE-ERROR

Generates a return code

READ-VARIABLE

Assigns values to variables

REPEAT

Initiates a REPEAT block

REPEAT-CMD

Repeats a command

REPEAT-STMT

Repeats a statement

SAVE-RETURNCODE

Saves the current command return code

SAVE-VARIABLE-
CONTAINER

Saves variable containers

SELECT-VARIABLE-
ELEMENTS

Displays the elements of a variable on the screen and writes back any
elements selected from these

SEND-DATA

Transfers a data record to a program

SEND-STMT

Transfers a statement record to a program

SET-PROCEDURE-
OPTIONS

Defines procedure attributes

SET-VARIABLE

Assigns a value to a variable

SHOW-STREAM-
ASSIGNMENT

Provides information on the current assignment of S variable streams

SHOW-STRUCTURE-
LAYOUT

Provides information on the element names of a structure layout

SHOW-VARIABLE

Outputs the contents of variables

SHOW-VARIABLE-
ATTRIBUTES

Provides information on the attributes of a variable (name, value, data
type, ...)

SHOW-VARIABLE-
CONTAINER-ATTR

Provides information on all open variable containers

SORT-VARIABLE

Sorts the elements of a list variable

TRACE-PROCEDURE

Resumes an interrupted procedure in stages

TRANSMIT-BY-STREAM

Used by the client to transfer variables from or to the server via an
S variable stream

UNTIL

Terminates a REPEAT block

WHILE

Initiates a WHILE block