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?
Answer Posted / syam
Yes, You can any number of program execute in batch it will
process one by one. (You see WRKACTJOB then press F5 in top
under Qbatch )
PGM PROGRAM1
SBMJOB CMD(CALL JOB1)
SBMJOB CMD(CALL JOB2)
SBMJOB CMD(CALL JOB3)
SBMJOB CMD(CALL JOB4)
ENDPGM
SBMJOB PROGRAM1 = This all jobs send to Qbatch to execute
one by one (This is on the Que.
Important:If you program screen(SDA) for input do not use
SBMJOB.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is join logical file?
can you have multiple key lists for a single file ?
what is the purpose of data structure?
how will you search an array?
Space & Skip Are Which Level Keywords?
what are dds required for subfile?
what is *iso date format?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
what is externally described file ?
give three main purposes of file specification ?
what is rpg fixed logic cycle?
what is procedure prototype and procedure interface.
how do you use exceptional write in c specs?
what do we can do with the embedded sql statements?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?