How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
No Answer is Posted For this Question
Be the First to Post Answer
1.What is the limit of linkage section?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
What do you feel makes a good program?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
How include time & date in the report generation in cobol programing?
Why we should use cursor ?
How do you set a return code to the JCL from a COBOL program?
) How do u handle errors in BMS macro
how will u pass dadta to cobol+db2 program...?
what is Reentrancy and Quasi-reentrancy?
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)