If i have a variable
A pic 9(2) value 10
Compute A = a - 100
what will be the value of A and will there be any error
becoz of the Negative value
Answer Posted / chandrakant sinha
90 will be the output
No error will be generated.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
Name some of the examples of COBOl 11?
what is difference between cobol and cobol/400
Difference between cobol and cobol-ii?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How do define dynamic array in cobol.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between Global and External Variables?
Why did you choose to work with ibm mainframe cobol programming?
HOw can I get the negative sign while deduct high value from low value
explain sorting techniques in cobol program?
) How do u handle errors in BMS macro?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How do get the result of your program directly on your pc?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?