i want a program using by if, evaluate , string, unstring,
perform, occurs?
Answer / raghunath
refer to www.mainframegurukul.com for the answer
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the difference between subscript and index?
How many sections are there in data division?.
What is the difference between Global and External Variables?
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
What are the pertinent COBOL commands?
Can a Search can be done on a table with or without Index?
what is level 66 means??
i want to store 20 digits . h will u do it in cobol ?
consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.
What are some examples of command terminators?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?