can we use variable picture clause as xx.99 in cobol.
Answers were Sorted based on User's Feedback
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
Explain about different table spaces.
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
What are the divisions in a cobol program? Which one is the mandatory division among them?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
How do define dynamic array in cobol.
The maximum number of dimensions that an array can have in COBOL-85 is ?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
What are the various section in data division and briefly explain them.
Difference between array and sub-script ?