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 |
Can you define notcat 2?
This was on MQseries. What does MQ queue Manager do? what are the different types of queues? do you know about remote queues etc. How do you delete records from queues? how do you empty queues?
difference between wrkobj & dspobjd?
how do we describe cataloged procedure and an instream procedure?
subscripting can be said as A) subscripting enables us to write a move compact code in the procedure division. B) subscripting enables us to refer to any element of a table by the same data name with the facility of identifying a particular element through the values of subscript. C) Subscripting reduces the no of entries to be included in the data division D) subscripting enables us to use loops in the procedure division
what is the use of overlay keyword
Why are you looking for a change?
What is mainframe testing?
Is mainframe an operating system?
how to invoke subprogram in jcl?
Explain Introduction abt Ibm framework
which of the following is not true about search verb A) every search stmt must contain the AT END clause B) any no of WHEN clause can be used with this verb C) this verb can only applied to a table which is defined with the OCCURS clause and INDEXED phases. D) WHEN condition is satisfied