hai friends ,i have HSBc exam on this sunday,my platform is
Mainframe,i have 1 year exp,pls any one send me placement
papers of Hsbc and technical questions on mainframe
Answer Posted / pavan
hsbc conducts a written exam. it consists of
English & Arthimetic -25 marks.
Cobol,CICS,VSAM,DB2,JCL each 10 questions. all the
questions are simple. the cutoff will be around 35. all the
best
| Is This Answer Correct ? | 39 Yes | 4 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
For rewrite, why is it mandatory that file needs to be opened?
) How do u handle errors in BMS macro?
What is amode(24)?
Define static linking and dynamic linking.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do you reference the following file formats from cobol programs?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what happens if parmparameter passes zero bytes to the program
What are the different rules for performing sort operation?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Write a program that uses move corresponding.
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.