how do you reference the variable block file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
should I use Go back in the main program ? Yes we can use Go back in main program as well.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
if you give cylinder(1,1)how many cylinders it will be allocate?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
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?
88 class is used for
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
How do u write test cases?
What is the difference between NEXT SENTENCE and CONTINUE?