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 |
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
1) can we display the index?
how do you define single dimensional array and multidimensional array in your cobol?
A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
Describe the difference between subscripting and indexing ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
what happens if parmparameter passes zero bytes to the program
what is filler and what is use of filler
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
what are the control characters used in reports
How can we pass data from cobol to JCl?