What is amode(31)
No Answer is Posted For this Question
Be the First to Post Answer
What is Comm?
2 Answers IBM, Kemper Corporation,
Explain about different table spaces.
In an EVALUATE statement, can I give a complex condition on a when clause?
How To move a value to an array using move verb?
Explain how you can characterize tables in cobol?
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
How to read a 100 record from a file through cobol?
What are the divisions in a cobol program?
how will you define vsam file in select clause?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?