what is difference between restoring and non restoring
division?
Answer Posted / khawlya maanjar
in restoring method after operation value sign is changes
after it stored previous value
| Is This Answer Correct ? | 14 Yes | 30 No |
Post New Answer View All Answers
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
what is the filters in biztakk server? where it can use?
what is the difference between read the data from table and infotype
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
what is session state?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
What is SOLID Principle in Programming Language?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
what is the extension of SPDS Dynamic cluster tables?
differences between qtp10.0 and 11.0 ?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.