how to convert the recors form vsam file to db2 table tru
file aid
No Answer is Posted For this Question
Be the First to Post Answer
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
is it possible to declare index in cobol program? if it is not why its tell me pls
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
What are ISOLATION LEVELS? Where do we need to specify them?
which is better comp or comp-3 in terms of memory utilization?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
Explain about level numbers?
How to resolve the soc4 and soc7 errors?
Why IBM?
how do you reference the esds vsam file formats from cobol programs
Write a program that uses move corresponding.