![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : Be aware that CALL does not mean the called module is part of the load module. That is only true if it is a Static call. Dynamic calls do not include the called routine in the load module.This question must be related to CICS since COBOL does ... Read Answers (7) | Asked by : kavitha 1) Is more than one record description is allowed in a FD?2) Is NUMERIC EDIT fields can be used for Arithmatic operations?3) Is COMPUTE P,Q,W = A+ B/C -E ** 2 is a valid statement?4) Is LINKAGE SECTION is mandatory in a sub program?5) In edit fiels the character used for check protection is __________6) COMP-2 occupies _________ bytes?7) Maximum length of a numeric item ________ ? Latest Answer : LINK-EDIT step resolves the calls(if present) to any external modules. if there are no calls then there is not much difference b/w an object module & a load module except that the object module is not an executable one. ... Read Answers (1) | Asked by : Dhiraj Normally we are using Dynamic call. What will happen when COBOL program compilation & execution. Latest Answer : To run the cobol program, first it go through compiler to get object code, which will go through LINK EDIT to produce Load module, which would be a executable code. For the Dynmic calls, both calling and called programs are compiled and linkedited separately ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||