how many bytes does s9(7)COMP-3 field occupies?
Answer Posted / bhaskar r
4byets
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How you can characterize tables in cobol?
Write the code to count the sum of n natural numbers.
How are the next sentence and continue different from each other?
What is the utilization of copybook in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
explain sorting techniques in cobol program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write the code implementing the perform … varying.
What is an in line perform? When would you use it? Anything else you wish to say about it.
i need a small 3d program using inline and outline.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do you reference the fixed block file formats from cobol programs
how do you reference the rrds file formats from cobol programs