What is a scope terminator give example?
No Answer is Posted For this Question
Be the First to Post Answer
What is XDC ?
How many maximum number of procedures can we write in one COBOL program?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
How to increase the logical record length of existing PS file?
What does the initialize statement do ?
Why occurs can not be used in 01 level ?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What are decleratives in COBOL ?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
How many variables can be declared in w-s section.?
What is different between variable length and fixed length?
how do you reference the printer file formats from cobol programs