can we use variable picture clause as xx.99 in cobol.
Answers were Sorted based on User's Feedback
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
Give some advantages of REDEFINES clause?
what is rediffine clause?in what situation it can use?give me real time example?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
What are the different rules for performing sort operation?
How to retain the Duplicates in the one records?
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
What is the maximum length of a field you can define using COMP-3 in COBOL?