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
Write some characteristics of cobol as means of business language.
How many sections are there in data division in COBOL?
In COBOL, what is the different between index and subscript?
What is link edit in cobol?
When is inspect verb is used in cobol?
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 redefines clause in COBOL?
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.
Write the code to count the sum of n natural numbers.
Which mode is used to operate the sequential file?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how can i see junk values in dclgen or in hostvariable of comp ?
) how do u code after getting data?
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
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning