What are Triggers?
Answers were Sorted based on User's Feedback
Answer / johnson m
Trigger is an action.It automatically invoked when specified
operation(delete,update,insert) takes place specified
time(before or after) in the physical file(database file).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aditya
Triggers are the programs need not to be run explicitly.
The functionality should be embeded in driver program and
as the driver program runs the trigger gets executed
automatically.
| Is This Answer Correct ? | 5 Yes | 9 No |
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
What the purpose of the keywords FIFO, LIFO, FCFO?
what is *inzsr used for?
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?
What is the use of L specs in RPG?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
how do u compile rpgle program?
What is dynslt?
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error
What is SFLPAG
Difference Between Call & Sbmjob?
Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?