What are the different forms of EVALUATE statement?
Answer Posted / ch.mohan
two forms
1)true
2)option
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the pertinent COBOL
Define cobol?
Write the code implementing the perform … varying.
What is the usage of comp fields in cobol?
What are the different open modes available in cobol?
What is the difference between comp and comp-3 usage?
Write a program to explain size error.
How are the next sentence and continue different from each other?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Explain how to differentiate call by context by comparing it to other calls?
how to move the records from file to array table. give with code example
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
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 are the various section in data division and briefly explain them.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc