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 |
How to covert given string into ASCII value in COBOL/MF COBOL
What is difference between COBOL and VS COBOL II?.
Explain about level numbers?
how to transfer the file from pc to mainframe??
What is the linkage section?
can we use COPY statement in w-s section? how?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
how do you reference the rrds file formats from cobol programs
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible