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 Posted / 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 |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the variable unblock file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Have you used comp and comp-3 in your project? And how?
What is the LINKAGE SECTION used in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the different types of condition in cobol and write their forms.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Which is not true about evaluate statement
State the various causes of s0c1, s0c5 and s0c7.
Write a cobol program making use of the redefine clause.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the difference between comp and comp-3 usage?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly