In a DB2-CICS program which is acts as co-ordinator and
which is participant?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
How do you pull up a query which was previously saved in qmf?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
wht displays the number of times a query modified ?
how 2 resolve the -311 sqlcode
What is performance tuning db2?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
How to check table size in db2 sap?
Which transaction use a command thread ?
What techniques are used to retrieve data from more than one table in a single SQL statement?
select distinct(empid),distinct(dept),name from EMP will the above query work?
What is the difference between nvl and coalesce?