How to increase the logical record length of existing PS
file?

Answers were Sorted based on User's Feedback



How to increase the logical record length of existing PS file?..

Answer / 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

How to increase the logical record length of existing PS file?..

Answer / praveen kumar

@Raghu: If you use Outlim, that means the spool can be able
to print only 500 lines, it's no way related to LRECL.

Is This Answer Correct ?    3 Yes 0 No

How to increase the logical record length of existing PS file?..

Answer / balachander

this is possible through the utility IEBGENER.
//sysut1 dd DSN= <input datsset>
//sysut2 dd dsn =<output dataset>
dcb=(lrecl,100,blksize=1000)
.....
//

Is This Answer Correct ?    5 Yes 3 No

How to increase the logical record length of existing PS file?..

Answer / raghu

Sntax: //SYSOUTDD DD SYSOUT=*,OUTLIM=500
by using outlim paramtr we can increase it

Is This Answer Correct ?    2 Yes 0 No

How to increase the logical record length of existing PS file?..

Answer / pradeep

Thanks Pravin
I need through it by using JCL , i think there is parameter
which change its size

Is This Answer Correct ?    3 Yes 2 No

How to increase the logical record length of existing PS file?..

Answer / 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

How to increase the logical record length of existing PS file?..

Answer / sudha2811

LRECL can be altered using IEBGENER utility.

If I am wrong, pls correct me

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

what is record label is empty or standard in file description of data division?

2 Answers   HCL,


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


What is "Call by content" and "call by reference"?

4 Answers   ADP, Syntel,


Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?

3 Answers   IBM, UST,


What are the various section in data division and briefly explain them.

0 Answers  






I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

0 Answers   IBM,


without performing any operations on a file how can i know whether it contains data or not

2 Answers  


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


What is Alternate Index ? How is it different from regular index ?

2 Answers  


) what is the difference between AID and HANDLE AID?

0 Answers   IBM,


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

0 Answers  


What are the different rules to perform a Search?

0 Answers  


Categories