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 / jagan
it comsists of grammer and aptitude total 50 marks
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
For rewrite, why is it mandatory that file needs to be opened?
How do you reference the fixed block file formats from cobol programs
Define static linking and dynamic linking.
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between perform … with test after and perform … with test before?
What is the use of intialize verb?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What type of SDLC u followed? Why?
explain sorting techniques in cobol program?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic