Answer Posted / varun
4 bytes
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is inspect in cobol ?
Write a cobol program making use of the redefine clause.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the variable block file formats from cobol programs
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
what are decleratives in cobol?
Write a program that uses move corresponding.
Differentiate between structured cobol programming and object-oriented cobol programming.
In which area will you utilize 88 level items 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.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Whats the difference between search & search ALL?