What is the difference between Interactive & Batch Job?
Answer / prity kumari
Interactive Job: A Job started for a person who signon to a workstation.
Batch Job : A predefined group of processing actions submitted to the system to be performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can see logical file based on which physical file and vice versa
How do you put jobs in batch mode?
How to increase 3 days from my current date in RPG Program?
Can you use multi format LF in CL program?
why is the declare cursor statement is used for?
What is Group Job?
what does exfmt does?
function of DSPPGMREF?
What is the symbol used for copying & moving new field in SDA?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
What is the purpose of the following? A CSRLOC (F1ROW F1COL)
what do we can do with the embedded sql statements?