Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answer Posted / satyanarayana
School of Mainframes is the Best. I was a student of other
institute but I learned real time concepts here only.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
what happens if parmparameter passes zero bytes to the program
Explain about different table spaces.
Explain what you understand by passing by value.
What is the difference between PIC 9.99 and 9v99 in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
HOw can I get the negative sign while deduct high value from low value
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Name the sections present in data division.
what is difference between cobol and cobol/400
Write down the divisions of cobol program?
What is Pic 9v99 Indicates in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.