i need a small 3d program using inline and outline.
No Answer is Posted For this Question
Be the First to Post Answer
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.
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
what is the difference between Normal vaiable and comp variable.
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
What is the default value(s) for an initialize and what keyword allows for an override of the default?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
tell me about examine inspect and evaluate ?
1)what is use of linkage section? 2)what is difference between comp and comp-3
01 a pic s9(5) occupies how many bytes ?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what is Reentrancy and Quasi-reentrancy?
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