How to Write the RESTART Logic Using COBOL?
Answer Posted / nath.visu
I donot know
| Is This Answer Correct ? | 3 Yes | 21 No |
Post New Answer View All Answers
how to convert the recors form vsam file to db2 table tru file aid
What is comp-1 and comp-2?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between comp and comp-3?
Which Search verb is equivalent to PERFORM…VARYING?
How do you reference the following file formats from cobol programs?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the rrds file formats from cobol programs
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 ?
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?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Have you used comp and comp-3 in your project? And how?
State the various causes of s0c1, s0c5 and s0c7.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?