What is report-item?
Answer / g.menaka
Report item is a field that contains the edit symbols that
is to be printed
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between a binary search and a sequential search what are the pertinent cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
) what is the difference between AID and HANDLE AID?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
What are the divisions in a cobol program?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
is this below syntax correct? CALL 'subprg' using A,B Please help
What is a report item?
what is rediffine clause?in what situation it can use?give me real time example?
What is file status 92?