What are fillers? What is the actual use of fillers? With mall/simple example?
Answer Posted / Priyanka Suman
Fillers in COBOL/400 are used to pad fields with spaces or specific characters to meet the requirements of data structures. They ensure that the length of a field is consistent, even when it contains no data. Here's an example:nn 01 my-field PIC X(10) FILLER '0'.nThis defines a field called my-field with a length of 10 characters, and pads it with zeros (0) as fillers.n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category