IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
1093Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
1103
Using alternate indexes in cics program?
How can we know running job is batch or interactive?
What do you mean by between and in? Is between inclusive of specified range values?
What is compiler directive in as400? Give example of compiler directive.?
Explain in DD statement what is the use of DCB parameter?
Explain about the file objects in vsam?
What is a SSRANGE and NOSSRANGE?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What do you understand by psb and acb?
Explain the difference between record occurrence and record type?
Write in brief about clusters?
Explain what is the massinsert option?
what is data area and how it is used in rpg program ?
What is the difference between Global and External Variables?
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.