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 |
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?
what is the difference between do while and do until?
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?
When will DUMP & DEBUG be ignored?
How to set on/off a group of indicators in a single statement?
two types of read performed in dataqueue?????
How can we receive values from a called procedure in RPG?
where we give the MSGSFL in rpg400?
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is commitment control?explain about it?
are there any useful c runtime apis that I can call from rpg iv?