Please enable JavaScript to view this site.

ESL Documentation

Use the subroutine is statement to group a set of action statements into a subroutine with its own identifier, argument list, and local variables; for example:

 

subroutine ReadFile (string:InputFile,

    string:DisplayRegionName) is

        read file InputFile into DisplayRegionName