Answer Posted / aji cherian
If.. end-if
Perform .. end-perform
read... end-read
evaluate... end-evaluate etc...
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
example for sub strings ? and refernce modifications whit output pls
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how to move the records from file to array table. give with code example
What is a scope terminator give example?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how do you reference the esds vsam file formats from cobol programs
i need a small 3d program using inline and outline.
What is rmode(any) ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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 do u handle errors in BMS macro
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.
What is the utilization of copybook in cobol?