what is label record is standard or omitted in file
description of data division?
Answer Posted / vikram
Label record standard is for disk files.
(it is default).
used to identify the disk files by the labels
omitted is for card reader and printer files.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Describe the cobol database components?
How many bytes S(8) comp field occupy and its maximum value?
What is length is cobol?
For rewrite, why is it mandatory that file needs to be opened?
how can i see junk values in dclgen or in hostvariable of comp ?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What kind of error is trapped by on size error option?
Why occurs cannot be used in 01 level in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Which mode is used to operate the sequential file?
What are the different open modes available in cobol?
What is the use of intialize verb?
What is the utilization of copybook in cobol?
how to move the records from file to array table. give with code example
How do get the result of your program directly on your pc?