What is diff between vsam and db2?what is advantage of db2
over vsam?which is best suited one?
Answer / artee
1) DB2 is a true database management system, VSAM is just a file access method.
2) The ability to use SQL and the flexibility it gives an application programmer in manipulating data.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many bytes S(8) comp field occupy and its maximum value?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
How do define dynamic array in cobol.
what is search and searchall?what is the diffrence between them?give an best example?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
What is the point of the REPLACING option of a copy statement?
What is the difference between working storage copybook and linkage section copybook?
what is mainframe? what is the mainframe software ? what is use in s/w field?
Can we use goto statement in inline_perform ?