15.2.6 Restrictions
-
/**/is used for single line comments. Do not put a comment in the middle of anEXEC CICScommand. - Keep
EXEC CICSas a whole in one line. - Keep multiple CICS commands in one line is not support.
-
#pragmawill 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)
Parent topic: prepro-cics-C.pl