hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
1 4856in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
HSBC,
2 10135How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
TCS,
3 9295I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
1 6931In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
1 5080
) How do u handle errors in BMS macro
Write a program to explain size error.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the utilization of copybook in cobol?
What kind of error is trapped by on size error option?
What are the different rules for performing sort operation?
In COBOL, what is the different between index and subscript?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
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.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are all the divisions of a COBOL program?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Explain what you understand by passing by value.
Name the sections present in data division.
Give some examples of command terminators?