can u run online and batch at the same time?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What is basic difference between directory and pds in ibm mainframe?
Write the difference between hidam and hdam databases?
Name all the file-open modes
Is there any other debugging tool for expeditor?
If a=1 or 2 or 3 NEXT SENTENCE ELSE move a to b. a) if A not = 1 or 2 or 3 move A to B b) if not A = 1 and 2 and 3 move A to B c) if A Not = 1 and 2 and 3 move A to B d) if A NOT = 1 or NOT=2 or NOT =3 move A to B
What is the worst thing that you’ve seen on a day?
What is the mainframe testing?
What are the different types of string function in PL/1?
How do you eliminate the duplicates?
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
What is meant by a bolt dispute?
What is defragmentation?