View previous topic :: View next topic |
Author |
Message |
nileshpalve Beginner
Joined: 06 Nov 2006 Posts: 10 Topics: 4
|
Posted: Wed Nov 29, 2006 12:01 pm Post subject: BMP and DL/I programs |
|
|
Hi,
Does anyone know how to distinguish between a DL/I and BMP program without looking at the executing JCL.
Regards
Nilesh |
|
Back to top |
|
 |
Sreejith Intermediate
Joined: 02 Dec 2002 Posts: 155 Topics: 25 Location: N.Ireland
|
Posted: Wed Nov 29, 2006 1:21 pm Post subject: |
|
|
I don't think one can classify a program as DLI or BMP. It is the PSB which can be classified as DLI or BMP.
/DIS PGM psbname in the online region can tell whether it is a BMP or not. |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Nov 29, 2006 4:22 pm Post subject: |
|
|
There are certain calls that can only be issued in a BMP such as calls to the message queue but a DL/I program can be executed as BMP if it is defined in the
SYSGEN. |
|
Back to top |
|
 |
YSMVS Beginner

Joined: 19 May 2004 Posts: 51 Topics: 25 Location: My House
|
Posted: Thu Nov 30, 2006 8:10 pm Post subject: |
|
|
For a BMP program you should use IO-PCB but not in a DLI program. _________________ Thanks,
YSMVS |
|
Back to top |
|
 |
|
|