Answer Posted / ram g mail2ram1983@gmail.com
i culdn't find any correct ans here....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between next sentence and continue in cobol programing language?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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.
What are the pertinent COBOL
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the different data types in cobol?
Are you comfortable in cobol or jcl?
how do you reference the fixed unblock file formats from cobol programs
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?
how do you reference the variable unblock file formats from cobol programs
Explain the configuration section of a cobol program with examples of syntax.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Can we redefine the field of x(200) to less than 200?