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
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 |
Post New Answer View All Answers
How do u write test cases?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is inspect in cobol ?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are the different rules for performing sort operation?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the pertinent COBOL commands?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what are decleratives in cobol?
What is the Purpose of Pointer in the string?
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 are the different rules of SORT operation?
What are all the divisions of a COBOL program?