How to find out the closest prime number of an input number?
I believe it has something to do with SEARCH and COBOL
Linear Array.
No Answer is Posted For this Question
Be the First to Post Answer
What is the Purpose of Pointer in the string?
given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1
what are the limitations of Inline Perform?
What is SSRANGE, NOSSRANGE ?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
How to concatenation one or more string?
how do you reference the rrds file formats from cobol programs
how do you define single dimensional array and multidimensional array in your cobol?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
What is the difference between next sentence and continue in cobol programing language?