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 can you get the ksds file records into your cobol program?
How do we get current date from system with century in COBOL?
What are the different types of condition in cobol and write their forms.
What kind of error is trapped by on size error option?
How to remove 2 duplicate records and copy only one using job control language?
A table has two indexes defined. Which one will be used by the SEARCH?
Write some characteristics of cobol as means of business language.
Differentiate between structured cobol programming and object-oriented cobol programming.
What guidelines should be followed to write a structured cobol prgm?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Define static linking and dynamic linking.
What is the difference between binary search and sequential search?
how do you define single dimensional array and multidimensional array in your cobol?
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?