what is label record is standard or omitted in file
description of data division?
Answer Posted / jdf
Label record is standard means it will use disk files. But
tape files can have standard label too.
If the label record is omitted it should be a the tape file
without any begin and end blocks on the tape.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the various section in data division and briefly explain them.
example for sub strings ? and refernce modifications whit output pls
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between comp and comp-3?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do u write test cases?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are the cobol coding sheets?
IF I mention stop run in CICS what happens?
What are the rules of the move verb?
what are decleratives in cobol?
Write the code implementing the perform … varying.