Hi, in cobol we use fillers as a variable for the some symbols and constant in a group variable instead of giving a varibale name. why should we use a filler as a var name instead of a varibale name , is there any performance increase?
FILLER is used so that a name is not needed. A name typically implies the field will be referenced in the code. A filler will not be referenced as it has no name.