what is record label is empty or standard in file description
of data division?
Answer Posted / bkk
I guess, If we want to access/store the dataset that resides
in tape we mention it as record label is empty. If it is in
dasd we mention it as record label is standard
correct if i am wrong
-cheers
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between comp and comp-3?
how do you define single dimensional array and multidimensional array in your 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?
Explain what you understand by passing by value.
What is the difference between goback, stop run and exit program in cobol?
How to print 10 to 1 if the input have only 10 digit number?
What is difference between static and dynamic call in cobol?
how to refer the data field?
Write a cobol program making use of the redefine clause.
What is comp-1 and comp-2?
What the difference is between continue and next sentence?
How do we get current date from system with century in COBOL?