maximum of how many screens we can open in emulator
Answer Posted / nag(igate)
8..............
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
What the difference is between continue and next sentence?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
For rewrite, why is it mandatory that file needs to be opened?
What is the compute verb? How is it used?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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?
What are the different rules to perform a Search?
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 Pic 9v99 Indicates in COBOL?
What is perform what is varying?
what is the use of outrecord?
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.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this