what is EXCEPT command in rpg and use
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 |
how do I declare a table or array in rpg iv?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
I know whole thing ab't Arrays related to declaration..can anyone tell me what exactly use of array or anyone faced a situation where he found use of array must....
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
How do you code file / field renames in ILE RPG?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
what is batch debug in as400?