what is record label is empty or standard in file description
of data division?
Answer Posted / azharuddinsyed
Label records are standard -> will be coded for disk/tape files
Label records are omitted -> will be coded for printer files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is report-item in COBOL?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Write a program to explain size error.
What is the problem of ordered sequential files access?
Write the code implementing the perform … varying.
What is the local-storage section?
how do you define single dimensional array and multidimensional array in your cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the esds vsam file formats from cobol programs
what are decleratives in cobol?
What rules are followed by the search verb.
What is the difference between comp and comp-3?