wht is load module and object module ?

Answer Posted / prachi

Load and object modules are same..Both will have the
copiled code which is executable...

Is This Answer Correct ?    0 Yes 35 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between PIC 9.99 and PIC9v99?

771


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

670


What are the different open modes available in cobol?

713


) How do u handle errors in BMS macro?

1421


What is the difference between PIC 9.99 and 9v99 in COBOL?

729






Which mode is used to operate the sequential file?

658


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2099


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 ......

10569


What is the difference between Global and External Variables?

658


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

694


example for sub strings ? and refernce modifications whit output pls

1841


Name the sections present in data division.

697


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

641


How arrays can be defined in COBOL?

661


Which Search verb is equivalent to PERFORM…VARYING?

678