can anyone say,what is the use of operation extended H/N/P?
Answer Posted / shalini
There are 4 operation extenders N,E,H,D, dont have any idea
about P. N is for performing any operation without lock for
example: read(n) means read without lock.
E is for error detection at operation level,
H is for half adjust for example 2+5.68=7.68 however with
the help of eval(h) a=2+5.68;value of a will be 7.7 and D
is use for date
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how can I tell when to replace the array?
What is file identifier where we can use?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How to declare the pull button in AS/400..
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is *place and *auto keyword in prtf ?plz explain
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
what is the use of sflnxtchg?
can I touch the array during treatments?
what are the key words you must use when using a subfile?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
How can we override a file during runtime in rpg?