What are all the divisions of a COBOL program?
No Answer is Posted For this Question
Be the First to Post Answer
why we are using picture clause in the cobol programs?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
What is amode(31)
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
How many sections are there in data division in COBOL?
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
File status must be checked both while opening and reading the file or only while reading the file?
What are the different rules of SORT operation?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
how do you define single dimensional array and multidimensional array in your cobol?