What are fillers? What is the actual use of fillers? With mall/simple example?
Answer / 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 |
Explain the syntax of sort?
define sort? and its syntax?
Explain the difference between comp & comp-3?
Explain the output procedure?
can i anyone tell me how to use copybooks in cobol
Explain the types of perform?
Define redefine and its syntax?
Deleting a record from a Sequential file.
Explain the input procedure?
how array can be declare in cobol?
Define sort?
What is the syntax of sort?