home *** CD-ROM | disk | FTP | other *** search
- identification division.
- program-id. test.
- environment division.
- data division.
- working-storage section.
- COPY UFCO03.
- COPY message.
- procedure division.
- anf-section.
- anf-001.
- move 4 to FKZ.
- move 0 to SM.
- move "message " to FMT.
- COPY messag1.
- CALL "UNIF" using FKZ FMT FMT RET SM Daten.
- anf-009.
- stop run.
-