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 database record?

3 Answers  


What is a Segment type?

2 Answers  


What are the advantages and disadvantages of a hierarchical database?

0 Answers  


What is a key field in an IMS database?

5 Answers  


What is acbgen process?

0 Answers  






What are qualified and unqualified SSA's.

2 Answers  


What are the retrieval sequences in ims db?

0 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,


What are the objectives of dbms in ims?

0 Answers  


Which languages does ims support / application program languages?

0 Answers  


Which DB access method (OSAM or VSAM) is better and why?

4 Answers  


Define psb?

0 Answers  


Categories