Answer Posted / kumar
dbrm bind plan not found at the time of run..............
plz correct me.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
Can we change the password using ALTER? anyone tried and changed?
how do you reference the esds vsam file formats from cobol programs
What is rmode(24)
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between binary search and sequential search?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain how to differentiate call by context by comparing it to other calls?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is report-item in COBOL?
Which division and paragraphs are mandatory for a COBOL program?