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
When is inspect verb is used in cobol?
What are the different types of condition in cobol and write their forms.
what is difference between cobol and cobol/400
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What do you understand by psb and acb?
how do you define single dimensional array and multidimensional array in your cobol?
What is a report item?
how do you reference the rrds file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
) what is the difference between AID and HANDLE AID?
Why would you use find and get rather than to obtain?
In COBOL programming, what is PERFORM? What is VARYING?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.