CA-GSS Statements and Commands › IMOD Editor Commands › C
C
Use the C command to compile an IMOD.
Ways to Issue It
Specify C in the input field next to the IMOD name on the IMOD panel.
Usage Notes
- To tell whether a compile succeeded, look at the first character in the STATUS field of the IMOD panel. C indicates that the IMOD compiled successfully; * indicates that a compile error occurred.
- If an error occurs, standard REXX error messages are added to the source code. These messages are preceded by a non-displayable character (X'00'), which you can locate with either the ISPF FIND P'.' command or CA-GSS' ERROR edit macro. If you do not manually delete these messages, they are automatically deleted during the next compile.