TAUCMRSC - Remote syntax check

TAUCMRSC is a sample REXX procedure that compiles a source outside of ChangeMan and returns the Compiler messages to the client. The REXX procedure supports COBOL, PLI, Assembler and C.

This procedure calls the REXX procedure TAUCMSYL to identify the necessary SYSLIB datasets.

Adapt this procedure to support necessary compiler options which have to be used for syntax check.

Based on the ChangMan library type and/or language passed as parameters you will have to decide which compiler has to be called with which compiler options.

The compiler itself is called using the general z/Server exits TAUTOXCC, TAUTOXCA, TAUTOXCP and TAUTOXC3.