IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31)
What is null value in db2?
is this a rpg channel?
Name and explain the type of locks?
Explain ibm z?
how can I start a page in a new window?
What are the full forms of spufi and dclgen and why are they used?
What is amode(31)
Explain the maximum of key fields and search fields allowed in a segment?
What are host variables in db2?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the IDD?
What is a set? What pointers are required, what are possible? How may sets be ordered?
Tell me abt any another framework which is challening for Ibm framework
Name and explain the three location modes?
I have one input file and some 40 tables, I want to read input file and compare the input file value with the table value if it is present then we have to update with new value, this should be repeated for all 40 tables and we are reading only one input file, for this is there any REXX program or job or routine to accomplish above requirement. components of the requirements; 1. One input file 2. 40 DB2 tables 3. we have to read from the input file and compare with table value, if present then update with new value (this should be recurssive for all 40 tables for every record of input file). 4. quick help is appreciated.