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


Please Help Members By Posting Answers For Below Questions

Write some characteristics of cobol as means of business language.

836


How many sections are there in data division in COBOL?

883


In COBOL, what is the different between index and subscript?

945


What is link edit in cobol?

940


When is inspect verb is used in cobol?

921


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?

7293


What is redefines clause in COBOL?

1036


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5421


Write the code to count the sum of n natural numbers.

925


Which mode is used to operate the sequential file?

924


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2101


how can i see junk values in dclgen or in hostvariable of comp ?

2749


) how do u code after getting data?

1787


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2318


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

865