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 |
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
DATAONLY, MAPONLY functionality?
What are the divisions in a cobol program? Which one is the mandatory division among them?
What is the difference between COMP & COMP-3 ?
What is the difference between Global and External Variables?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
What are the differences bitween cobol and cobol-2?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
level number 77 is used to define a)group data b)elementary data c)redefine d)none