What are the different data types available in COBOL?
Answer Posted / dhfgjh
x
A 9
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Can we change the password using ALTER? anyone tried and changed?
What is the local-storage section?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What rules are followed by the search verb.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how to refer the data field?
What is amode(24)?
In COBOL, what is the different between index and subscript?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Write a program that uses move corresponding.
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 define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?