Is it possible to create a subroutine for frequently used comments & operator input? For example, each time I create a new program I add these four input comments.
COMMENT1 =COMMENT/INPUT,YES,'OPERATOR'
COMMENT2 =COMMENT/INPUT,YES,'P.O.#'
COMMENT3 =COMMENT/INPUT,YES,'SEQ#'
COMMENT4 =COMMENT/INPUT,YES,'CUSTOMER'
The help files in V3.7 on subroutines is about as clear as mud to me. No good examples. I don't believe a comment is considered to be an argument.
Thanks to anyone who responds.
COMMENT1 =COMMENT/INPUT,YES,'OPERATOR'
COMMENT2 =COMMENT/INPUT,YES,'P.O.#'
COMMENT3 =COMMENT/INPUT,YES,'SEQ#'
COMMENT4 =COMMENT/INPUT,YES,'CUSTOMER'
The help files in V3.7 on subroutines is about as clear as mud to me. No good examples. I don't believe a comment is considered to be an argument.
Thanks to anyone who responds.
Comment