How many maximum number of procedures can we write in one
COBOL program?
Answers were Sorted based on User's Feedback
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
What are the divisions in a cobol program?
What is the Purpose of Pointer in the string?
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
How do get the result of your program directly on your pc?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
How do you compile cobol program..?
waht is inspect verb? where it can be in real time?
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 is the use of IGNORE?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?