why we are using picture clause in the cobol programs?
Answers were Sorted based on User's Feedback
Answer / nag(igate)
pic clause is used to declare the data type and size of
variable
| Is This Answer Correct ? | 8 Yes | 0 No |
I have a occurs for 100 times but it has executed 101 time what could be the reason?
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
If you were passing a table via linkage, which is preferable - a subscript or an index?
Have you code any new programs in COBOL ? What is the functionality of the programs?
which generation language is cobol
How to display string in the reverse order using occurs clause?
Write a program that uses move corresponding.
wht do u mean by (*,intrdr) wht is * used for ?
What is the difference between write & move in COBOL?
Name the divisions, which are available in a cobol program?
What do you feel makes a good program?