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 the compute verb? How is it used?
What is the difference between comp and comp-3?
Name the divisions, which are available in a cobol program?
How many bytes S(8) comp field occupy and its maximum value?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the usage of comp fields in cobol?
What are the pertinent COBOL
What are 77 levels used for?
What is cobol?
What is static and dynamic call in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How do define dynamic array in cobol.
Differentiate between structured cobol programming and object-oriented cobol programming.
how can i see junk values in dclgen or in hostvariable of comp ?
Can a Search can be done on a table with or without Index?