15.2.6 Restrictions

  • /**/ is used for single line comments. Do not put a comment in the middle of an EXEC CICS command.
  • Keep EXEC CICS as a whole in one line.
  • Keep multiple CICS commands in one line is not support.
  • #pragma will be automatically translated to comments.
  • The preprocessor expects the inputted C program to be in fixed format.
  • Keep C main() function, its parameter list, and parenthesis in one line. For example, void main(int argc,char **argv)