What will happen if we generate GDG +2 version instead of
+1 version?
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the pertinent COBOL commands?
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 Global and External Variables?
What is amode(24)?
how do you reference the esds vsam file formats from cobol programs
what is difference between cobol and cobol/400
State the various causes of s0c1, s0c5 and s0c7.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is rmode(24)
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
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 you can read the file from bottom?
Explain how you can characterize tables in cobol?
how do you reference the fixed unblock file formats from cobol programs