i want to learn mainframes. i completed MCA ,whats the
future of mainframes
Answer Posted / jay
LEMURIA TECHNOLOGIES , NEAR VALUVAR KOTAM IN CHENNAI
IT IS A VERY GOOD PLACE TO LEARN MAINFRAME
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
Mention the guidelines to write a structured cobol program?
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.
In COBOL, what is the different between index and subscript?
What is amode(31)
Write down the divisions of cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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.
Write some characteristics of cobol as means of business language.
What is Pic 9v99 Indicates in COBOL?
How you can read the file from bottom?
HOw can I get the negative sign while deduct high value from low value
What is rmode(any) ?
What guidelines should be followed to write a structured cobol prgm?
What the difference is between continue and next sentence?