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 get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
How to retrive the 9th records out of ten records using the cobol program ?
for an INITIALIZE and what keyword allows for an override of the default.
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
What is the meaning of 'Eject' verb in cobol?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
using redefine can you redefine lower variable size to higher variable size?
How many bytes S(8) comp field occupy and its maximum value?
In an EVALUATE statement, can I give a complex condition on a when clause?