what is filler
and what is use of filler
Answers were Sorted based on User's Feedback
Answer / himanshu mistry
Filler can be used to fill the gap between to variable of our interest. Filler is the part of record/data we don't use for any computational purpose.
self explanatory... to fill up the gap either with some spaces or strings or data.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raghavendra nq
If you are not using any unused memory locations,that items can be declared as a filler items. Filler items can't be initialized in procedure division.
| Is This Answer Correct ? | 1 Yes | 2 No |
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
Differentiate between structured cobol programming and object-oriented cobol programming.
what are the isolation levels and where we use it in the db2 program
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
how do you reference the fixed unblock file formats from cobol programs
Write a program to explain size error.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how to check whether the open command of a sequential file is successful? or not?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
In the JCL, how do you define the files referred to in a subroutine ?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?