can u run online and batch at the same time?

Answers were Sorted based on User's Feedback



can u run online and batch at the same time? ..

Answer / mna

This is a vague question.
What do you mean here?
CICS online programs are run from CICS regions which are
nothing but continously running batch jobs.

Is This Answer Correct ?    8 Yes 1 No

can u run online and batch at the same time? ..

Answer / chp

My question is..... can we run Cobol-db2 program and cics-
db2 program at a time?

Is This Answer Correct ?    3 Yes 1 No

can u run online and batch at the same time? ..

Answer / squid

I think the question is can an online code call batch
programs? Or batch code call online ones?

Not sure about the latter, but I've personally called batch
programs from CICS online progrms using simple COBOL call.

Also, JCLs can be submitted from online programs using
Extrapartition TDQ (checking required) or writing to SPOOL
using CICSWRITE (???) commands.

Again, on batch programs calling onlines ones, in my
application that happens, not sure how. Also, we have alot
of frameworks, so not sure how it all works out.

Is This Answer Correct ?    2 Yes 0 No

can u run online and batch at the same time? ..

Answer / varun singh

Yes, we need to write a code which will tell us weather the
environment is a online environment or a Batch environment

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More IBM MainFrame AllOther Interview Questions

What is meant by drda?

0 Answers  


what is the main purpose of using file-aid ?

2 Answers   NIIT, Tech Mahindra,


how do we describe static call and dynamic call?

0 Answers   IBM,


What is plan and package in mainframe?

0 Answers  


When do you get -811 sqlcode and how to resolve it?

0 Answers  






Can you explain create an empty file by using sort?

0 Answers  


Can you define an alias?

0 Answers  


How joinkeys helps in sort?

0 Answers  


what is RUNSQLSTM?

1 Answers  


What is controlled keyword in PL/1?

1 Answers   IBM,


Determine the total no of bytes in the following 01 rec1 . 02 a pic x(6). 02 b redefines a. 03 c occurs 6 times pic 9. 02 d occurs 4 times. 03 e pic x(5). 03 f pic 999. a)38. b)44 c)14 d)32

3 Answers   Accenture,


Name the various types of tables spaces.

0 Answers  


Categories