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 amode(24), amode(31), rmode(24) and rmode(any)?
Why occurs cannot be used in 01 level in COBOL?
Name some of the examples of COBOl 11?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Difference between array and sub-script ?
Write the code implementing the perform … varying.
What are literals?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are various search techniques in cobol? Explain.
What is the Purpose of Pointer in the string?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between Global and External Variables?
Whats the difference between search & search ALL?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?