what is EXCEPT command in rpg and use
Answer Posted / gagan44
The EXCEPT opcode is used to write the exception records.
Exceptional records are defined at O-spec with ‘E’ as record type.
Whatever exceptional fields have been defined inside the exception records will be processed during the c-spec calculation
If there are multiple entries for the same record name then they will be processed one by one.
EXCEPT can be used for printing a report and to partially update a physical
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
what is the use of sflnxtchg?
can I touch the array during treatments?
What is a record lock error?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How to handle duplicate error handling in RPG?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
how can I tell when to replace the array?
what is the procedure and explain about real time scenario.
How to write record if no field or the field are different in physical file in rpgle ?
what is file information data structure?
how can you display specific subfile page on the screen in unequal subfile?
how do I declare a minor?
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...?