Explain how you can characterize tables in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
Why we should use cursor ?
Write a program to concert an Indexed file into Sequential file?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
what happens when a copybook variables are declared using include statement ?
If I want to increase the Limit in GDG. What should I do?
Write a cobol program making use of the redefine clause.
How do you define a variable of COMP-1? COMP-2?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
what is the coding difference between COBOL and CICS.