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
What is the Purpose of Pointer in the string?
How do define dynamic array in cobol.
How to print 10 to 1 if the input have only 10 digit number?
IF I mention stop run in CICS what happens?
What are the different types of condition in cobol and write their forms.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how do you reference the esds vsam file formats from cobol programs
what is the difference between COBOL2 AND COBOL390?
What is link edit in cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is amode(31)
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between a binary search and a sequential search what are the pertinent cobol?
For rewrite, why is it mandatory that file needs to be opened?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?