Does anybody know how I would do the CIM on QAD 7.1.1 for where the comments are put in for just the header.
I am trying to do the following where I would put the comments in but not working as it needs to do it from 1 to 15.
do i = 1 to 15:
PUT unformatted cmcmmt.
end.
This all goes on one line. I need it to go for each one of the indexes on a seperate line. Please let me know if anybody needs clarification
Thanks
I am trying to do the following where I would put the comments in but not working as it needs to do it from 1 to 15.
do i = 1 to 15:
PUT unformatted cmcmmt.
end.
This all goes on one line. I need it to go for each one of the indexes on a seperate line. Please let me know if anybody needs clarification
Thanks