How much salary you are expecting? If they ask in an
interview, what we have to tell?

Answer Posted / pooja

You can give me anything as per your company norms..

Is This Answer Correct ?    29 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

) How do u handle errors in BMS macro

1498


Difference between cobol and cobol-ii?

698


how do you reference the rrds file formats from cobol programs

786


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

883


Explain how you can characterize tables in cobol?

634






How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

704


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

407


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8139


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)?

619


Name some of the examples of COBOl 11?

2673


What is the difference between external and global variables in COBOL?

804


What is amode(24)?

678


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

736


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

648


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