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 meant by mpp mode?

0 Answers  


What is the advantage of creating the acbs well ahead of time?

0 Answers  


What is acbgen process?

0 Answers  


What is ims (db/dc)?

0 Answers  


15. Secondary indexes can be used with following databases a. HSAM,HISAM,HIDAM b. HIDAM, HISAM c. HDAM, HISAM, HIDAM d. All the above

2 Answers  






What is a Segment type?

2 Answers  


What are the valid recovery points?

1 Answers  


What do you know about DBD gen?

4 Answers  


Explain the advantage of dynamic generation of acb?

0 Answers  


Which DB access method (OSAM or VSAM) is used for primary index or secondary index and why?

1 Answers  


In the RECON, what always sets the IC NEEDED flag on for a registered DB?

3 Answers  


Explain the disadvantage of dynamic generation of acb?

0 Answers  


Categories