What is difference between com and com3? Eg. s9(4) so what
is the memory it will occupy com and com3.
Answer Posted / karan
s9(4) ---- 2bytes(COM)
s9(4) ---- 3bytes(COM-3)
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
how to refer the data field?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write a cobol program making use of the redefine clause.
Explain the configuration section of a cobol program with examples of syntax.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain about different table spaces.
Explain how you can characterize tables in cobol?
Why did you choose to work with ibm mainframe cobol programming?
How to know whether the module is dynamical or statistical?
Discuss about changing dataset name in proc.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How can you get the ksds file records into your cobol program?
What is the difference between goback, stop run and exit program in cobol?
What guidelines should be followed to write a structured cobol prgm?
What is the compute verb? How is it used?