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 |
Why IBM?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
what is the use of keep and pass in disp
What is the difference between performing a SECTION and a PARAGRAPH?
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
What is the difference between perform … with test after and perform … with test before?
how will you define vsam file in select clause?
how we separate the cobol cics statements from cobol&cics programming?
Minimum how many Number of Paragraphs are there in ID- Divison?
can we read in input the file with a variable length ? please , how ..could you help me ?
Can 88 level variable be declared in FD section..?
Why would you use find and get rather than to obtain?