![]() Related Questions Latest Answer : CALL is an actual COBOL verb which invokes an external program and then returns. LINK does much the same, but is a CICS verb, not a COBOL one. ... Read Answers (8) | 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 : Link edit is the process of linking of object codes of similar programs to form a single executable load module.Linkage of object codes of mainprogram and subprogram is done during execution.  ... Latest Answer : Usually in COBOL the subroutines are compiled and linked to the load module at the time of compilation and if we are calling the subroutine only a few times, then may not worth keeping in the memory unnecessary. This is known as STATIC CALL. So COBOL ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||