What is the syntax to find actual lenght of a record in a variable file in Cobol?
Not possible
Using RECORD SIZE def in FD seciton
RECORD IS DEPENDING ON BATCH-RECORD-SIZE where BATCH-RECORD-SIZE is 77 working storage varaible
RECORD is varying depending on BATCH-RECORD-SIZE wher BACTCH-RECORD-SIZE is 77 working storage varibale