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
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how do you reference the variable unblock file formats from cobol programs
) how do u code after getting data?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are 77 levels used for?
Define 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
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
Name the divisions, which are available in a cobol program?
how to refer the data field?
What are the different rules of SORT operation?
For rewrite, why is it mandatory that file needs to be opened?
How you can characterize tables in cobol?
how do you reference the esds vsam file formats from cobol programs
What rules are to be followed while using the corresponding options?