How to increase the logical record length of existing PS
file?
Answer Posted / raghu
Sntax: //SYSOUTDD DD SYSOUT=*,OUTLIM=500
by using outlim paramtr we can increase it
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
How are the next sentence and continue different from each other?
What is the difference between external and global variables in COBOL?
What is amode(24)?
What are the rules of the move verb?
how do you reference the variable block file formats from cobol programs
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 is the difference between perform … with test after and perform … with test before?
What is comp-1 and comp-2?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
) how do u code after getting data?
How do define dynamic array in cobol.
What are the cobol coding sheets?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?