Answer Posted / guest
there are four divisions in cobol
identification division
environment division
data division
procedure division
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
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
Write a program that uses move corresponding.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the different types of condition in cobol and write their forms.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Write a program to explain size error.
Name the sections present in data division.
What is the difference between PIC 9.99 and PIC9v99?
Write the code implementing the perform … varying.