what is label record is standard or omitted in file
description of data division?
Answer Posted / 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 |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
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 happens if parmparameter passes zero bytes to the program
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
) How do u handle errors in BMS macro?
Write a program to enter and display the names of students in a class using the occurs clause.
i want a program using by if, evaluate , string, unstring, perform, occurs?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
In which area will you utilize 88 level items in cobol?
When is inspect verb is used in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is length is cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic