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
What is difference between bind by copy and bind by reference?
is this a rpg channel?
what are the key words you must use when using a subfile?
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.
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is data area and how it is used in rpg program ?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
Explain mdt?
How to call one program from another program in RPG? please help me with the code
How to write record if no field or the field are different in physical file in rpgle ?
can you debug ile rpg program using isdb?
how do I declare a table or array in rpg iv?
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...?
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 handle duplicate error handling in RPG?