Jump to content

Priority queue: Difference between revisions

m
Remove DYNAM compiler option from PROCESS compiler directives leading each program.
imported>Pjfarley3
m (Semantic edit concerning limitations of COBOL CALL statements)
imported>Pjfarley3
m (Remove DYNAM compiler option from PROCESS compiler directives leading each program.)
Line 2,408:
 
<syntaxhighlight lang="COBOL">
PROCESS NOSEQ,DS(S),AR(E),TEST(SO),CP(1047),DYNAM
IDENTIFICATION DIVISION.
PROGRAM-ID. PTYQTEST
Line 2,492:
GOBACK.
END PROGRAM PTYQTEST.
PROCESS NOSEQ,DS(S),AR(E),TEST(SO),CP(1047),DYNAM
IDENTIFICATION DIVISION.
PROGRAM-ID. PTYQMERG RECURSIVE.
Line 2,547:
GOBACK.
END PROGRAM PTYQMERG.
PROCESS NOSEQ,DS(S),AR(E),TEST(SO),CP(1047),DYNAM
IDENTIFICATION DIVISION.
PROGRAM-ID. PTYQ2PMG RECURSIVE.
Line 2,621:
GOBACK.
END PROGRAM PTYQ2PMG.
PROCESS NOSEQ,DS(S),AR(E),TEST(SO),CP(1047),DYNAM
IDENTIFICATION DIVISION.
PROGRAM-ID. PTYQPUSH RECURSIVE.
Line 2,664:
GOBACK.
END PROGRAM PTY2PUSH.
PROCESS NOSEQ,DS(S),AR(E),TEST(SO),CP(1047),DYNAM
IDENTIFICATION DIVISION.
PROGRAM-ID. PTYQPOP RECURSIVE.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.