How much salary you are expecting? If they ask in an
interview, what we have to tell?
Answer Posted / manish
They never ask this question...they just tell you that they
can give only a certain amount and if you negotiate on
that, they will simply say that they will revert back but
they never....
Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What are the different rules to perform a Search?
Which division and paragraphs are mandatory for a COBOL program?
What is comp-1 and comp-2?
Explain about different table spaces.
Which mode is used to operate the sequential file?
Why occurs cannot be used in 01 level in COBOL?
How do you define a variable of comp-1 and comp-2?
How many sections are there in data division in COBOL?
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 is rmode(24)
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is a report item?
how do you reference the printer file formats from cobol programs
What are the different rules of SORT operation?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks