01 a pic s9(5) value '-12345' how it will be stored
Answer Posted / nataraj
-12345
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
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 do you define single dimensional array and multidimensional array in your cobol?
Explain how you can characterize tables in cobol?
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.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Why did you choose to work with ibm mainframe cobol programming?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Name some of the examples of COBOl 11?
What is rmode(any) ?
Can a Search can be done on a table with or without Index?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain how to differentiate call by context by comparing it to other calls?
What is rmode(24)
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the Purpose of POINTER Phrase in STRING command in COBOL?