How you can characterize tables in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
Can 88 level variable be declared in FD section..?
How to convert bunch of words in a line to relvant ASCII values?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
What is difference between comp & comp-4?
How does IDMS communicate with CICS?
1.What is the default print format in cobol?
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
What are literals?
What is tne need to use sub programs in Cobol?