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


Please Help Members By Posting Answers For Below Questions

What are the different rules to perform a Search?

702


Which division and paragraphs are mandatory for a COBOL program?

792


What is comp-1 and comp-2?

851


Explain about different table spaces.

744


Which mode is used to operate the sequential file?

800






Why occurs cannot be used in 01 level in COBOL?

808


How do you define a variable of comp-1 and comp-2?

804


How many sections are there in data division in COBOL?

793


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?

7073


What is rmode(24)

766


i want a program using by if, evaluate , string, unstring, perform, occurs?

4190


What is a report item?

813


how do you reference the printer file formats from cobol programs

766


What are the different rules of SORT operation?

784


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

2448