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
What do you understand by psb and acb?
In COBOL, what is the different between index and subscript?
What is the difference between Global and External Variables?
how do you reference the esds vsam file formats from cobol programs
What is the problem of ordered sequential files access?
how can i see junk values in dclgen or in hostvariable of comp ?
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 the difference between binary search and sequential search?
How to know whether the module is dynamical or statistical?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Mention the guidelines to write a structured cobol program?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write the code implementing the perform … varying.