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 Posted / 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 |
Post New Answer View All Answers
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is static and dynamic call in cobol?
What are the pertinent COBOL
How are the next sentence and continue different from each other?
What kind of error is trapped by on size error option?
how to refer the data field?
Can we change the password using ALTER? anyone tried and changed?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Are you comfortable in cobol or jcl?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are various search techniques in cobol? Explain.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are the different types of condition in cobol and write their forms.
What are literals?
How many bytes S(8) comp field occupy and its maximum value?