What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
IBM,
3 7019I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
1 5134
Can you define bms?
What are the two types of logging in the db2 database? Explain them.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
If anyone has latest IBM Certification Dumps can you pls forwards it to me
In the house keeping section of an MVS assembly language program, like the one below STM R14,R12,12(R13) BASR R12,R0 USING *,R12,R11 LA R11,2048 LA R11,2048(R11,R12) .... .... 1. What if BASR R12,R0 IS NOT PRECEDE USING *,R12,R11? 2. USING (base address), REGISTER does USING directive says assembler to treat particular Register as a base register with the mentioned base address..in the above case * i.e current location counter..well if that is the case why we need BASR R12,R0 ? 3. What if I write like STM R14,R12,12(R13) BASR R12,R0 LA R11,2048 LA R11,2048(R11,R12) USING *,R12,R11 there is no address resolution being calculated in both LA statements so is it a right way to set Base register?..will there be any issues with Domain regarding R11 and R12?
Explain the significance of rdo?
Give the format of using and giving in sort statement. What are the restrictions with it?
What is package in cobol db2?
What is one line to pass PARM from JCL to COBOL?
What is the maximum number of fields allowed per segment and what is the maximum number of fields per database?
how do u start your process after conducting impact analysis ?
Can we move alphanumeric incentive to the numeric field?
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 cics regions that share the same db2 subsystem?
How to rename a table in DB2 ?
Define floating maps with illustration?