i need a small 3d program using inline and outline.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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.
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
what is search and searchall?what is the diffrence between them?give an best example?
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
What is rmode(24)
How we copy a program from production region to development region.What is the process & syntax ?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
In COBOL programming, what is PERFORM? What is VARYING?
Can we access the a[0] in the array ?
Can the OCCURS clause be at the 01 level?