Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answer Posted / raju
SUN SURYA Technologies Ameerpet....good one
| Is This Answer Correct ? | 1 Yes | 20 No |
Post New Answer View All Answers
What is amode(24)?
What is the compute verb? How is it used?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between comp and comp-3?
Write a program to explain size error.
HOw can I get the negative sign while deduct high value from low value
Differentiate between structured cobol programming and object-oriented cobol programming.
What is rmode(any) ?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Define static linking and dynamic linking.
Write a program that uses move corresponding.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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 ?