How can we distinguish between an online and batch program
in IMS environment?
Answers were Sorted based on User's Feedback
Answer / s
The data communication PCB(IOPCB) is automatically included
by the IMS at the beginning of the PSB for an MPP or BMP.
This default data communication PCB is used to insert O/P
messages to the originating terminal. ALTPCB is coded to
identify alternate destination for the O/P messages, say
printer.
/DIS PGM will tell whether its online or batch. If the pgm
is not found, it is purely batch. Otherwise its an MPP or
BMP.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / vijay
IN PSB GENERATION
TYPE=TP (ONLINE)
TYPE=DB(BATCH)
THIS IS CORRECT
VIJAY
mf.vijay@yahoo.com
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / cts
if online programs then we can see ALT-PCB.
but it is not in Batch programs.
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / lan
Just like to add an additional line :
a batch program can also have a call to IO-PCB(checkpoint
call)
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / prashant
i donot agree. To find out wether is batch or online , you
should type the following terminal command on IMS SCREEN -
/DIS PGM 'PRGRAM NAME'
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / roshi
in jcl u can see it , in pgm=(mode, , ,...) parameters
for online & batch mode there are different code like
BMP,DLI & MMP.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / arunkumar
by seeing the io-pcb in the application program
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / raj
One more ways is like, by seeing PSB definition, if any of
the GSAM files used then it will be batch IMS. but this not
true all the time
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / raj kumar meher
During execution you can see on parm parameter either this
program is batch mode than it parm=dl/i,if online then
parm=MPP,OR BMP
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / luiz
For IMS, the answer to that question really depends on your definition of batch and online:
If you consider Online as purely interactive transaction processing, as performed by a MPP, JMP or IFP region, then the best way to clear the doubt is to display the program, see if it has one or more transactions associated with it, and look if the class(es) of said transaction(s) is(are) defined in the executing MPPs of the IMS. If there's a transaction but its class is not defined on the MPPs, your program is probably used in batch processing by a transactional BMP; if the PGM has no associated transaction, then it is used by a non-transactional BMP. Any other IMS programs that cannot be displayed are batch DLI ones.
On the other hand, if you consider Online as any processing that can only happen when IMS is up, then if your program can be displayed, it is an online program - be it for a BMP, MPP, JBP, JMP or IFP. Any program not defined in IMS is an offline program meant to be used in batch by a DLI job.
Is This Answer Correct ? | 0 Yes | 0 No |
What type of pointers should you specify on the root segment of a HIDAM DB to improve sequential processing?
What are the valid recovery points?
Static & Dynamic PSB
How can we distinguish between an online and batch program in IMS environment?
What do you know about MFS?
What is a Segment type?
What is the need of a secondary index in IMS?
What is batch dl/i mode?
What is acbgen process?
What do you know about DBD gen?
What are all the possible inputs to the DB recovery utility?
Which is the DL/I function used in CICS-IMS program?