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