how to run other job when one job is active?



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

Post New Answer

More IBM AS400 AllOther Interview Questions

What are all the compiler directive statements?

1 Answers  


In which specification Data Structures can be defined?

1 Answers  


define the purpose of the %sst function?

2 Answers   IBM,


the maximum number of subfiles that can defined in a rpg program for one display file is ___ .

2 Answers   IBM,


what key word is used when screen is re-display?

1 Answers   IBM,


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?

6 Answers   IBM,


why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell

3 Answers  


how can we view the entire objects and its types in a pgm?

7 Answers   Mind Tree,


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 ....?

13 Answers   Mind Tree,


How to create an Access path in Synon/2E ?

1 Answers  


What is Data Area?

1 Answers  


which single rpg opcode performs both setll and reade?

2 Answers   IBM,


Categories