How to increase the logical record length of existing PS
file?
Answer Posted / 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 View All Answers
What is comp-1 and comp-2?
how do you reference the esds vsam file formats from cobol programs
How do get the result of your program directly on your pc?
) what is the difference between AID and HANDLE AID?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Whats the difference between search & search ALL?
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 ?
How do you define a variable of comp-1 and comp-2?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain the configuration section of a cobol program with examples of syntax.
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.
What are literals?
What is difference between static and dynamic call in cobol?
For rewrite, why is it mandatory that file needs to be opened?