The remark can be retrieved from the External Writer name. The format is
DO REMARK  = %%EXTWTR[(startpos,length)]
DO REMARK2 = %%EXTWTR[(startpos,length)]
DO REMARK3 = %%EXTWTR[(startpos,length)]
where
Example
ON CLASS ABC EXTWTR $* . . .
        DO REMARK  = %%EXTWTR(5,3)
        DO REMARK2 = %%EXTWTR(5,3)
        DO REMARK3 = %%EXTWTR(5,3)
Parent Topic |