How can we distinguish between an online and batch program
in IMS environment?
Answers were Sorted based on User's Feedback
Answer / siva
An online program should have a GU and isrt call to IOPCB.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / madan reddy
If the first IMS call in the program is a GU call with IO-
PCB then it is a online program.
| Is This Answer Correct ? | 1 Yes | 5 No |
Answer / sarves
IO-PCB must for batch program. i am not sure about online
program.
| Is This Answer Correct ? | 1 Yes | 7 No |
Answer / guest
ONLINE PRGRAMS HAVE IO-PCB MASK DEFINED. BATCH DONT HAVE IO-
PCB MASK.
| Is This Answer Correct ? | 6 Yes | 14 No |
Which is the DL/I function used in CICS-IMS program? IBM
Explain the processing modes available in ims db?
What is check pointing, sync point?
Which command code can be used for backing up IMS database?
Explain the advantage of creating the acbs well ahead of time?
What is multi positioning ?
What is a key field in an IMS database?
What is the advantage of dynamic generation of acb?
What is dbdgen process?
I have database, in that segment1 having dept code and segment 2 and so on multiple employees num. using dept & employee num we have to compare whether that employee belong to that dept or not, if that employee belongs to that dept then incentive is same same as in the table or else incentive must be zero? using IMS & cobol
What are the retrieval sequences in ims db?
I am totally confused on IMS message segments. When I create a message and it contains 5 segments does the entire message have a 32k limit or does each segment have a 32k limit? Is there a setting in the stage1 sys gen that defines if a transaction can receive/send multi-segmented messages?