Answer Posted / g.naveen
ENVIRONMENT DIVISION.
FILE-CONTROL.
SELECT FILE1 ASSIGN TO DISK1.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Difference between array and sub-script ?
What are the various section in data division and briefly explain them.
What is the difference between Call and a Link?
What are the pertinent COBOL
Write a program to explain size error.
How to remove 2 duplicate records and copy only one using job control language?
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.
How do we get current date from system with century in COBOL?
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 can I get the negative sign while deduct high value from low value
Difference between cobol and cobol-ii?
Can a Search can be done on a table with or without Index?
In which area will you utilize 88 level items in cobol?
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 your cobol program?