Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answers were Sorted based on User's Feedback
Answer / murthy
Sun Surya Ameerpet...Record in september and october month
got placed 30+ members
| Is This Answer Correct ? | 1 Yes | 21 No |
mat software solutions..no doubt abt dat when u ask about
the training...but talking abt the job im not sure yet..
im a student of mat.
| Is This Answer Correct ? | 19 Yes | 42 No |
Answer / sai
OM Technology is the best institute foe mainframes.
| Is This Answer Correct ? | 3 Yes | 27 No |
Answer / suresh
according to me sahasra institute is the best institute for
mainframe to learn.particurly the faculty narasimha.vadde is
the best among all.
| Is This Answer Correct ? | 10 Yes | 36 No |
9(2).99 how many bytes take? Why . consider as a byte?
waht is inspect verb? where it can be in real time?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
) How do u handle errors in BMS macro
What will happen if we generate GDG (+2) version without generating (+1) version?
What is the use of EVALUATE statement?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
what is Reentrancy and Quasi-reentrancy?
1.What is the default print format in cobol?
How include time & date in the report generation in cobol programing?
given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?