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 |
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
How to recover a deleted source physical file from library?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
what happens when a copybook variables are declared using include statement ?
What is the reference modification.
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
What are the functions like c or c++ in cobol?
How is sign stored in a comp-3 field?
How to open and see copy book ?