How can we distinguish between an online and batch program
in IMS environment?

Answers were Sorted based on User's Feedback



How can we distinguish between an online and batch program in IMS environment?..

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

How can we distinguish between an online and batch program in IMS environment?..

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

How can we distinguish between an online and batch program in IMS environment?..

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

How can we distinguish between an online and batch program in IMS environment?..

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

How can we distinguish between an online and batch program in IMS environment?..

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

How can we distinguish between an online and batch program in IMS environment?..

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

How can we distinguish between an online and batch program in IMS environment?..

Answer / arunkumar

by seeing the io-pcb in the application program

Is This Answer Correct ?    3 Yes 3 No

How can we distinguish between an online and batch program in IMS environment?..

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

How can we distinguish between an online and batch program in IMS environment?..

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

How can we distinguish between an online and batch program in IMS environment?..

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

Post New Answer

More IMS Interview Questions

What is a segment in ims?

0 Answers  


how do you bind the cobol with db2

0 Answers   Fidelity,


Define pcb?

0 Answers  


What is an ims database?

0 Answers  


What is dbms in ims?

0 Answers  






What is a database record?

3 Answers  


What are the ways to mapping external control block? a. ENTRY b. PROCEDURE DIVISION USING c. CALL ‘DLITCBL’ d. ALL ABOVE e. A & B

4 Answers   EDS,


How many root segments do we have per database record?

0 Answers  


Define ims (db/dc)?

0 Answers  


Hi all..., Nowadays many of the companies asking for IMS/DB , actually i hav learned mainframes but i dont have any knowledge on IMS/DB. it will be a great help if any one suggest me whr i can learn it ( in any institute).

1 Answers  


Which command code can be used for backing up IMS database?

6 Answers  


What are common status codes that you come across?

4 Answers   Satyam,


Categories