RDMLX Commands

LANSA Technical

RDMLX Commands

ASSIGN

ASSIGN command can be specified without the command name to assign a value to one or more variables

ATTRIBUTE

Enables the assignment of declarative attributes to the features of a component class.

BEGIN_COM

Starts a component definition.

DEFINE_COM

Defines a component inside another.

DEFINE_EVT

Creates a custom-specified event.

DEFINE_MAP

Creates input and output parameters.

DEFINE_PTY

Creates a custom-specified property.

END_COM

Ends a component definition.

ENDFOR

Ends a FOR loop.

ENDROUTINE

Ends EVTROUTINE, MTHROUTINE & PTYROUTINE block.

EVTROUTINE

Defines a routine for an event.

FOR

Enables the definition of a looping block of code.

IF_REF

Compares references of component variables.

IMPORT

Used to include function libraries into an object.

INVOKE

Invokes a method.

MTHROUTINE

Creates a custom-specified method.

PERFORM

Enables the calling of a component method, library function or intrinsic feature.

PTYROUTINE

Creates a custom-specified property.

SELECT_SQL Free Format

Select records using SQL that is valid for any database engine.

SET

Sets a property.

SET_REF

Creates component reference.

SIGNAL

Triggers a custom-specified event.

WEB_MAP

Defines inputs and outputs of WEBROUTINE

WEBROUTINE

Defines routine to process an input and/or output request of a Web Application Module (WAM)