CALL Code - Call Subroutine

Calls an Embedded Basic subroutine.

Input Conversion

Input conversion does not invert. It simply processes the input data.

Syntax

CALL subroutinesvmparameters

Syntax Elements

subroutine The name of a DataBasic subroutine, cataloged in the current account.

Note

The subroutine's catalog entry must be in the current account. You cannot specify a different account.

svmA subvalue mark.

parameters A string that will be passed to the subroutine. This can be accessed from within the subroutine using the ACCESS(31) function. The string is terminated by the next value mark or the end of the conversion attribute.