Answer Posted / henry
Singnature violation will ocurr whenthe service pgm is
changed (added new proceduers inbetween) without rebuilding
other impacted pgms which are calling/using the service pgm.
Its better touse Binding source to manaage the singature
violation errros.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between iter and do?
how do you use commitment control in rpg?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Explain mdt?
What is the difference between copybooks and subprocedures in as400?
what is program status data structure?
what is the use of sflnxtchg?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How to handle duplicate error handling in RPG?
How Chain operation copies the record's data to the input buffer for the program?
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 to select highest score of each subject or how to select highest income of every month?
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?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique