Explain call by context by comparing it to other calls.
Answer / mahathiaz
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
| Is This Answer Correct ? | 2 Yes | 4 No |
Discuss about changing dataset name in proc.
how can u redefine picx(10) with pic 9(6).
i need a small 3d program using inline and outline.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Under which scenario you would go for a static call as opposed to dynamic call?
ID DIVISION. PROGRAM-ID. PLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 VAR1 PIC 9(2). 01 VAR2 PIC X(2). PROCEDURE DIVISION. ACCEPT VAR2. MOVE VAR2 TO VAR1. STOP RUN. if i give 'PI' in var2 then what will b output of progr. any abend?????
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
if you give cylinder(1,1)how many cylinders it will be allocate?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
How to execute a set of JCL statements from a COBOL program?
What are the rules of the move verb?