Answer Posted / raja
After clause is default, but before clause also there.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
What is the difference between perform … with test after and perform … with test before?
What is the difference between binary search and sequential search?
How do you reference the following file formats from cobol programs?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why would you use find and get rather than to obtain?
Write down the divisions of cobol program?
Give some examples of command terminators?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how can i see junk values in dclgen or in hostvariable of comp ?
What is inspect in cobol ?
What is rmode(24)
What is difference between static and dynamic call in cobol?
What are the different types of condition in cobol and write their forms.