Answer Posted / sudha
Control Breal is mainly used for report generations.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
What is the usage of comp fields in 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?
Define cobol?
What is rmode(any) ?
how do you reference the esds vsam file formats from cobol programs
State the various causes of s0c1, s0c5 and s0c7.
what is the use of outrecord?
What is the difference between perform … with test after and perform … with test before?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How you can read the file from bottom?
What is the difference between comp and comp-3?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this