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 are the various types of device files?
In 'o' Specs What Is The Opcode For Write?
how many types of display are available on as/400 for user interaction?
What Does Lokup Does In Tables & Arrays?
which are control break logic indicators?
the maximum number of subfiles that can be active for a single file is ____ .
what are different types of substems?
Write a logic program for knowing the repeated number of a vowels in a given program?
when are the unique constraints executed?
what is the purpose of the indara keyword?
how many levels are there in a physical file?
how to write code for singlepage in sqlrpgle with update ?
what are the three types of keywords associated with printer file ?
what is externally described file ?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...