The c command indicates a remark command. All text that follows on the same line is ignored by the PROC interpreter.
Syntax
c {text} |
Parameter(s)
text |
Remarks. |
Description
Use this command to insert text that adds clarity and readability to a Proc. Keep in mind that since a Proc is an interpreted command, excessive comments slow down execution.
Example(s)
pq c This Proc runs the month-end processing |
See Also