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.
The 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.