Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answer Posted / karna
In Schoolofmainframes I joined for IBM Mainframes course
and this Institute teaches Mainframe concepts with real
time very well that even layman can understand the concepts
without any difficulty. Also if you are in search for good
institute for IBM Mainframes then I would suggest
Schoolofmainframes.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How to remove 2 duplicate records and copy only one using job control language?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
how do you reference the ksds vsam file formats from cobol programs
HOw can I get the negative sign while deduct high value from low value
What are declaratives and what are their uses in cobol?
What is the difference between Global and External Variables?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
IF I mention stop run in CICS what happens?
Write a program that uses move corresponding.
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?
What is inspect in cobol ?
Describe the cobol database components?
Write a cobol program making use of the redefine clause.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Can we redefine the field of x(200) to less than 200?