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


Please Help Members By Posting Answers For Below Questions

How do you reference the fixed block file formats from cobol programs

690


Name some of the examples of COBOl 11?

2671


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5652


what is search and searchall?what is the diffrence between them?give an best example?

5521


how do you reference the ksds vsam file formats from cobol programs

645






input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1860


When is inspect verb is used in cobol?

665


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

984


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1103


How do we get current date from system with century in COBOL?

790


what is the difference between COBOL2 AND COBOL390?

2436


What is the difference between binary search and sequential search?

630


What is the Purpose of POINTER Phrase in STRING command in COBOL?

707


Explain the configuration section of a cobol program with examples of syntax.

645


What is comp-1 and comp-2?

752