Understanding CSA command formats

In COBOL II, the CSA command should be enclosed in quotes; in the other supported languages, quotes are not necessary. COBOL II handles commands like this:

CALL 'REQEXEC' USING SPAREA.

NoteThe REQEXEC call in COBOL is a static call. The REQEXEC module is linked into the CSA load module. The quotes make the call a static call.