Answer Posted / basanth
Similarly like wise other platforms we shud take initiative
in posting some interview questions
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to refer the data field?
How can you get the ksds file records into your cobol program?
Explain the configuration section of a cobol program with examples of syntax.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why would you use find and get rather than to obtain?
how do you reference the rrds file formats from cobol programs
what is the use of outrecord?
What is the problem of ordered sequential files access?
Differentiate between structured cobol programming and object-oriented cobol programming.
Write a program to explain size error.
What is perform what is varying?
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.
Write a program that uses move corresponding.