Ten2008
730 pts. | Oct 27 2009 12:25PM GMT
The EXFMT opcode does a combination of write and then read from the display file.
TomLiotta
7610 pts. | Oct 27 2009 6:53PM GMT
RPG and CL both have instructions that write and then read display format records in a single operation — EXFMT for RPG as previously noted, and SNDRCVF for CL. Many other languages need both a WRITE and a READ instruction to be coded separately. COBOL requires both statements.
Tom






