How to increase the logical record length of existing PS
file?
Answer Posted / praveen kumar
Yaa, what Balachander is given is correct. Using IEBGENER
utility we can copy one file to another with different
lrecl, but one thing we need to make clear is the LRECL of
the output file should be greater than inputfile otherwise
the data will be truncated.
Thanks
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What is static and dynamic call in cobol?
HOw can I get the negative sign while deduct high value from low value
How you can read the file from bottom?
Define static linking and dynamic linking.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How do you reference the fixed block file formats from cobol programs
What is comp-1 and comp-2?
What is the difference between next sentence and continue in cobol programing language?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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.
In which area will you utilize 88 level items in cobol?
What the difference is between continue and next sentence?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
what is the difference between COBOL2 AND COBOL390?