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 / snehatechm
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 |
Post New Answer View All Answers
explain sorting techniques in cobol program?
What are literals?
i need a small 3d program using inline and outline.
What is the difference between PIC 9.99 and 9v99 in COBOL?
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 s000 u4087 error? please give the all error codes in cobol,jcl.
What is comp-1 and comp-2?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are the different rules for performing sort operation?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how do you reference the fixed unblock file formats from cobol programs
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 u handle errors in BMS macro?
Name some of the examples of COBOl 11?
Write the code implementing the perform … varying.