What is the default value(s) for an initialize? What keyword will allow for an override of the default?
No Answer is Posted For this Question
Be the First to Post Answer
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
How is sign stored in a COMP field ?
can we use reference modification an arry.
what is the difference between Plan & package?
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
what is meaning by design document? who can repared for this?
) How do you access the migrate the data from production region to development region
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how can we fetch 3 records in cobol pgm any coding pls ?
HOw can I get the negative sign while deduct high value from low value
What is COMP-1? COMP-2?
How do you define a sort file in JCL that runs the COBOL program?