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 difference exists between control area and control interval?
error code 7030 cpf7030 what is the level check error
What is defragmentation and what is its advantage?
what do u write in the impact analysis document (i.e, for a change request)
can any one exaplin about Decision Tables in test region with good example
Is mainframe an operating system?
Expalin about Ibm frameworkinh working & is it platform independant & open source?
What is difference between static call and dynamic call?
Is it rquired any server for Ibm framework? Give me list of Ibm framework & recent version IBm framework?
88 level entry is for
7 Answers Accenture, Cognizant, EDS, Wipro,
State the difference between jes2 and jes3?
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