Answer Posted / ts nithiyanandan
condition-name condition, Several values can be checked
with one variable by declaration of all values in Data
Division.
(eg). Basic will be like 7800 8000 8200 every year
increment of 200.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is Pic 9v99 Indicates in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How arrays can be defined in COBOL?
What is the difference between comp and comp-3 usage?
What rules are followed by the search verb.
Can we change the password using ALTER? anyone tried and changed?
What are the various section in data division and briefly explain them.
i want a program using by if, evaluate , string, unstring, perform, occurs?
How are the next sentence and continue different from each other?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is a scope terminator give example?
Explain the configuration section of a cobol program with examples of syntax.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?