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 preserve and clean the array?
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
Can an indexed file be accessed in arrival sequence in RPG?
can we perform CHAIN operation on Subfile record format....?
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
How do you know if a record exists without doing a READ and CHAIN?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
how do u find whether a record is locked or not??/
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
how can an indexed file be used as arrival sequence in RPG?