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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pavan
Hey, 50 % in each is minimum eligibility...
English might be easy to answer,
but, analytics(arithmetics mostly depends on the formula
n(AUBUC) = n(A) + n(B) +..............
this is very imp.....
All the best..
| Is This Answer Correct ? | 30 Yes | 4 No |
If you are a mainframe develeoper you will have three tests
first one will be with one passage having fill in the gaps
second one will be with reasoning
third --cobol
fourth-db2
fifth-cics
sixth-jcl
| Is This Answer Correct ? | 11 Yes | 2 No |
the passage was related to steve hawkins which came on 11th
july,2010.it was very easy.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / jagan
it comsists of grammer and aptitude total 50 marks
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / muttaiah
if anyone has come across any openings for mainframe for 3+
Year please mail me @ mainframe.technology@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
how the control comes back from subprogram to mainprogram
wht is the diff b/w if and evaluate stmts ?
How many sections are there in data division in COBOL?
Suppose i want to declare a binary comp fild of 7 byte .how to write?
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
. How do we cast a variable in COBOL
diffrence between z(2) and z9(2)
what is meant by binary search?
Have you code any new programs in COBOL ? What is the functionality of the programs?
What is the difference between comp and comp-3?
In which area will you utilize 88 level items in cobol?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......