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


Please Help Members By Posting Answers For Below Questions

Which Search verb is equivalent to PERFORM…VARYING?

677


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

694


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.

920


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

705


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2096






What is the difference between perform … with test after and perform … with test before?

868


Name the divisions, which are available in a cobol program?

675


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

671


What is the difference between comp and comp-3 usage?

669


When is inspect verb is used in cobol?

668


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

1998


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10543


Difference between array and sub-script ?

1154


how do you define single dimensional array and multidimensional array in your cobol?

663


Write a program to enter and display the names of students in a class using the occurs clause.

642