Answer Posted / sanjeet kumar
* A user request the job.
* The job is created (job name is assigned, job attributes are allocated)
* The job is placed on a job queue
* The sub system QBATCH takes the job from job queue and starts it.
* Output generated by the batch job is placed on an output queue.
* The spool sub system prints the output on the output queue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
why is the declare cursor statement is used for?
how to write *pssr ?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
writing an sql statement from selecting records from two files using single statement and nested select statement.
define what a data queue is along with a brief example of what it may be used for?
In Which Specs Arrays, Tables & Constants Are Defined?
How to avoid using indicators in ile ?
how do you pass parameters in cl?
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
can we define multi-dimensional arrays in rpg ?
define the purpose of the *bcat function?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
what is the maximum number of subroutines allowed in rpg?
how can I control from my cgis the cache of a remote browser?