Answer Posted / suresh
System Display and Search Facility
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
What is the difference between Global and External Variables?
Mention the guidelines to write a structured cobol program?
What is length is cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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.
Name some of the examples of COBOl 11?
Write a program to enter and display the names of students in a class using the occurs clause.
how do you define single dimensional array and multidimensional array in your cobol?
How can you get the ksds file records into your cobol program?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between comp and comp-3 usage?
What is the difference between Call and a Link?
In COBOL, what is the different between index and subscript?
how do you reference the rrds file formats from cobol programs