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 |
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
What is difference between COBOL and VS COBOL II?.
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
is this below syntax correct? CALL 'subprg' using A,B Please help
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how many maximum no of variables can be declared in linkage section ?
what are decleratives in cobol?
Can the OCCURS clause be at the 01 level?
If I want to increase the Limit in GDG. What should I do?
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.