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 the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.
How do you retrieve the first 5 characters of firstname column of db2 table emp?
can all users have the privilage to use the sql statement select * (dml)?
what is the use of bind parameter, Replace?
What is a host variable?
What techniques will be used to avoid deadlock??
difference between group clause and order clause
what is SMP/E? and what are the major steps of it? thanks...
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
What is deadlock in db2?
PLAN IS EXECUTABLE AND PACKAGE IS NOT EXECUTABLE . THEN WHAT IS THE USE OF PACKAGE?
2 Answers Tech Mahindra, Wipro,
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?