what is label record is standard or omitted in file
description of data division?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / laxman
label record is standard means it will use disk files.if the label record is ommited then its pointing to the tape files.
| Is This Answer Correct ? | 1 Yes | 6 No |
can we use reference modification an arry.
Which mode is used to operate the sequential file?
Why there is no questions in this column?
What is difference between static and dynamic call in cobol?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
Minimum how many Number of Paragraphs are there in ID- Divison?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
A s9(4). B v9(4) value 0.21 can i move this?
1)what is use of linkage section? 2)what is difference between comp and comp-3
what is a load module ?
What are the differences bitween cobol and cobol-2?
give the examples for strings and unstrings in cobol