Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answer Posted / radhi
hey guys.. i did mainframes in mat but the teaching level is very poor even though they have experience... SCHOOL OF MAINFRAMES is the best.... faculty is Madhu Sir... she concentrates on the subject not on the syntax and worthless things
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
i need a small 3d program using inline and outline.
What the difference is between continue and next sentence?
What is static and dynamic call in cobol?
explain sorting techniques in 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.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
I have a File that has duplicate records. I need only those records that occur more than thrice.?
In COBOL programming, what is PERFORM? What is VARYING?
) what is the difference between AID and HANDLE AID?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between perform … with test after and perform … with test before?
What is the difference between Global and External Variables?
what is search and searchall?what is the diffrence between them?give an best example?
State the various causes of s0c1, s0c5 and s0c7.