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 type of SDLC u followed? Why?
How do get the result of your program directly on your pc?
What is rmode(24)
Which division and paragraphs are mandatory for a COBOL program?
How do you define a variable of comp-1 and comp-2?
What is the usage of comp fields in cobol?
What are the pertinent COBOL
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are all the divisions of a COBOL program?
What is amode(31)
How many sections are there in data division in COBOL?
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.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is Pic 9v99 Indicates in COBOL?
When is inspect verb is used in cobol?