what is record label is empty or standard in file description
of data division?
Answer Posted / bkk
I guess, If we want to access/store the dataset that resides
in tape we mention it as record label is empty. If it is in
dasd we mention it as record label is standard
correct if i am wrong
-cheers
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
How do you reference the following file formats from cobol programs?
What is a report item?
Explain how you can characterize tables in cobol?
Name the sections present in data division.
Which Search verb is equivalent to PERFORM…VARYING?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how to move the records from file to array table. give with code example
) what is the difference between AID and HANDLE AID?
What are all the divisions of a COBOL program?
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.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how do you reference the printer file formats from cobol programs
what is the difference between COBOL2 AND COBOL390?