![]() Related Questions There are at least five differences: COBOL II supports structured programming by using in line PERFORMs and explicit scope terminators, it introduces new features (EVALUATE, SET .. TO TRUE, CALL .. BY Latest Answer : The END Delimiter --> END-READ END-PERFORM ... The parameters passed in a call by context are protected from modification by the called program. In a normal call they are able to be modified. Latest Answer : In call by content a copy of variable is passed to the sub program. In case of call by address the address is passed. ... Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc? An external sort is not COBOL; it is performed through JCL and PGM=SORT. It is understandable without any code reference. An internal sort can use two different syntaxes: 1.) USING, GIVING sorts are Comp is a binary usage, while comp-3 indicates packed decimal. The other common usages are binary and display. Display is the default. 3/28/00 Dave Herrmann: 'I was reading your FAQ on Cobol, as Latest Answer : Binary representation of data item are called 'comp', while comp-3 is the packed decimal.comp-1 & comp-2 are another usage. ... 1) Without execution cobol program how to see output?2) how to rename input filename and outputfile name?3) what is flag?4) what is impact analysis what basis how will you write test cases?5) how you sea output of cics command?6) how are datasets concatenated explain with example? i don't know please give me answer Read Answers (6) | Asked by : mohansharma 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 Latest Answer : static call :the subprogram will call like 'subpgmname'dynamic call : the sub program will be calling with variable.ex :01 spgm pic x(5). move subpgm to wspgmcall spgmstatic :call a single programdynamic : we can call many programs, ... Read Answers (5) | Asked by : russal in the case of static call the mainprogram and subpgms r loaded into the mainmemory initially.in the case of dynamic call only the mainpgm is loaded first and the subpgm is loaded only when a call to it Latest Answer : [See Question #3] ... Read Answers (5) | Asked by : manasa thomas What will happen if we give GOBACK statement instead of STOPRUN in a program which does not call any What will happen if we give GOBACK statement instead of STOPRUN in a program which does not call any other program? Read Answers (3) | Asked by : Jeeva Latest Answer : Call by reference is default call in Cobol. Call by Value: In call by value both the actual and dummy parameters will occupy different memory space. so the changes made in the subprog will not affect(/modify) the actual parameters in the main prog. Call ... Read Answers (3) | Asked by : shivanag
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||