what is SMP/E? and what are the major steps of it? thanks...
Answer / ehsan
It stands for 'System Modification Program Extended' and is a software used by MVS Systems Programmers to manage and install/implement the fixes for large mainframe packages. Eg. for DB2, MVS etc.
The fixes supplied (by IBM) are termed PTFs.
| Is This Answer Correct ? | 11 Yes | 0 No |
What is package versioning? Please give an example.
What is the use of with ur in db2?
What techniques will be used to avoid deadlock??
What is data manager?
what is load and unload in db2
What do you need to do before you do EXPLAIN ?
How will you delete duplicate records from a table?
How do we specify index to include or not during bind process.
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
What is a data page?
How do you run JCL in cobol program