what is label record is standard or omitted in file
description of data division?
Answer Posted / 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 |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
For rewrite, why is it mandatory that file needs to be opened?
how do you reference the esds vsam file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how do you define single dimensional array and multidimensional array in your cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is amode(31)
What are the different rules to perform a Search?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How are the next sentence and continue different from each other?
) How do u handle errors in BMS macro?
What is the difference between perform … with test after and perform … with test before?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the local-storage section?
What are the different open modes available in cobol?