1.What is the default print format in cobol?
Answer Posted / ravi
Default USAGE clause is DISPLAY
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Give some examples of command terminators?
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
What is the difference between PIC 9.99 and PIC9v99?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are the different rules of SORT operation?
how can i see junk values in dclgen or in hostvariable of comp ?
What is redefines clause in COBOL?
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 is a report item?
What is the local-storage section?
How are the next sentence and continue different from each other?
What type of SDLC u followed? Why?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
For rewrite, why is it mandatory that file needs to be opened?