|
Do you have source some source that you want to share? Is there some source that you want to see posted here? If so, Contact Us and we'll be more than happy to help. |
CMD PROMPT('COLORIZE TEXT SOURCE FILE')
PARM KWD(LIB) TYPE(*NAME) LEN(10) MIN(1) +
PROMPT('LIBRARY NAME:')
PARM KWD(FILE) TYPE(*NAME) LEN(10) MIN(1) +
PROMPT('FILE NAME:')
PARM KWD(MBR) TYPE(*NAME) LEN(10) MIN(1) +
PROMPT('MEMBER NAME:')
|