Answer Posted / mail2ram1983@gmail.com
no Puja, u r wrong!
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is static and dynamic call in cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
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 to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how to convert the recors form vsam file to db2 table tru file aid
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
) How do u handle errors in BMS macro?
What is perform what is varying?
What is the compute verb? How is it used?
explain sorting techniques in cobol program?
i need a small 3d program using inline and outline.
What is amode(24)?
What are the various section in data division and briefly explain them.
What is the problem of ordered sequential files access?