In CICS/VSAM every file that is accessed should be defined
in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM
files. How does it work with DB2 tables. It know it has to
do with the plan. Please expain with examples.
Answer / sandy
In the RCT give the TRANSID and Plan name which should be
accessed by the transaction id.
| Is This Answer Correct ? | 4 Yes | 0 No |
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
9(2).99 how many bytes take? Why . consider as a byte?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do u initialize an array?
sample code for read a 2nd record from last in flatfile how can do?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
What are the rules of the move verb?
What is the default value of DISP parameter?
What is the difference between Call and a Link?
How do you define a table/array in COBOL?
Define in-line perform?
What are VS COBOL 11 special features?