When we code these comp,comp1,comp-2,comp-3 and comp4
values. I know the differnece.I mean when we will prefer if
it is new program.Explain in detail with memory examples.
Thanks in advance.
Answer / shubha
These are usage clauses. memory used by these items will very less compared to DISPLAY items, that is is why these are used especially to store the data with less memory usage
| Is This Answer Correct ? | 2 Yes | 0 No |
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Define static linking and dynamic linking.
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
in cobol perform stmt whether it first checks the condition or not
Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.
What is the difference between CALL BY VALUE and CALL BY CONTENT?
What is LENGTH in COBOL II?
HOw can I get the negative sign while deduct high value from low value