How much salary you are expecting? If they ask in an
interview, what we have to tell?
Answer Posted / col pradip dax
Sir, Anything. (Narration : this is to snatch away the job from your competitors eg. Bangalore India is snatching away jobs from Silicion valley USA on this one word answer)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Have you used comp and comp-3 in your project? And how?
What is cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are different data types in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are all the divisions of a COBOL program?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between PIC 9.99 and PIC9v99?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
explain sorting techniques in cobol program?
How to remove 2 duplicate records and copy only one using job control language?
What is rmode(24)
What is the difference between comp and comp-3 usage?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?