Calls an Embedded Basic subroutine.
Input conversion does not invert. It simply processes the input data.
CALL subroutinesvmparameters
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.
svm A 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.