How to increase the logical record length of existing PS
file?
Answer Posted / praveen kumar
I think there is one way to do this. Simply copy the
existing PS to another file(give '/' beside the PS and Give
option 17(copy)) It will ask for DSname(give any).
you will get 2 options as below
1. Allocate using same attributes
2. specify your own attributes
select '2' option from the above and change the LRECL as
you need.
now delete the actual file and rename the copied file to
original that's it. your requirement has been met:)
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
Discuss about changing dataset name in proc.
how do you reference the fixed unblock file formats from cobol programs
What are the various section in data division and briefly explain them.
What are all the divisions of a COBOL program?
What is the default value(s) for an initialize? What keyword will allow 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?
how do you reference the rrds file formats from cobol programs
What is the Purpose of Pointer in the string?
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
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between structured cobol programming and object alternativelyiented cobol?
State the various causes of s0c1, s0c5 and s0c7.