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
Write the code implementing the perform … varying.
Can a Search can be done on a table with or without Index?
What is rmode(any) ?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Have you used comp and comp-3 in your project? And how?
What is the problem of ordered sequential files access?
What is the use of intialize verb?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are the various section in data division and briefly explain them.
how do you reference the esds vsam file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Which is not true about evaluate statement