What's wrong with my C-code?
问题 Working in z/os mainframe, I have the following situation. I can't record a transaction. here is my code, it is written for transaction using jcl. Bur something goes wrong. /* Include standard C header files */ #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> /* Include WebSphere MQ API header file */ #include <cmqc.h> /* Boolean constants */ #define TRUE 1 #define FALSE 0 /* Function prototypes */ void displayUsage (char *programName); void displayMQError (char