what are the isolation levels and where we use it in the db2
program
Answers were Sorted based on User's Feedback
What is the difference between Perform para and perform asaection in cobol?
what is the difference between Plan & package?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
which one is better among static call and dynamic call?
What is SDSF?
What is the default value of DISP for temp datasets
How do we get current date from system with century in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
) how do u code after getting data?
What is the compute verb? How is it used?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end