how to run other job when one job is active?
Answer / Abhinav Kumar Srivastav
To run another job while a job is currently active on IBM AS/400, you can use the RUNQRY or STRTCPM command. Here's an example:nn1. If you want to run another batch job (QRY), use the RUNQRY command.n2. If you want to start a interactive session (CPM), use the STRTCPM command.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are all the compiler directive statements?
In which specification Data Structures can be defined?
define the purpose of the %sst function?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
what key word is used when screen is re-display?
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell
how can we view the entire objects and its types in a pgm?
I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the 2nd member in the RPG pgm (in RPG400),how can I use this.... I know the possible answers i.e. useing API 'QCMDEXE' or Before calling the pgm I can use OVRDBF for that member... but I dont' want to use both the tips in above scenarion. Does any body tell me how can i use this ....?
How to create an Access path in Synon/2E ?
What is Data Area?
which single rpg opcode performs both setll and reade?