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 |
Why there is no questions in this column?
In an array processing what is the thing that can be done by using subscripts but not by using index
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are some examples of command terminators?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
How do you code Cobol to access a parameter that has been defined in JCL?
What do you feel makes a good program?
How To move a value to an array using move verb?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
What is the difference between index and subscript?