Page 1 of 1

PROCESS DYN' statement?

PostPosted: Thu Nov 13, 2008 7:02 pm
by JITHINR
What is meant by 'PROCESS DYN' statement in COBOL? :? It is seen at the very beginning of the program..

Re: PROCESS DYN' statement?

PostPosted: Fri Nov 14, 2008 4:19 am
by dick scherrer
Hello and welcome to the forum,

It may help if you post first few lines of the code - post a bit of the code before and after this from a compile listing.

PROCESS is the same as CBL - a compiler directing statement. DYN sounds like it may be DYNAM. . .

What happens when this is compiled? Is ther any worning generated anywhere in the compile?