Page 1 of 1

BPXWDYN vs PUTENV.

Posted: Mon Sep 14, 2015 12:45 pm
by Prakash Jha
Hi,

Which one of these two BPXWDYN and PUTENV is good? I read about PUTENV like this:

The call using PUTENV is static. You MUST compile the program with NODYNAM compiler option. If you don't then you will have abends like S0C1. The PUTENV by itself is only a stub to the routine in SCEERUN, not a complete module. While BPXWDYN is a well written program which does not have any of the above listed problems.

Does that make BPXWDYN a better choice?

Re: BPXWDYN vs PUTENV.

Posted: Mon Sep 14, 2015 12:59 pm
by enrico-sorichetti
using BPXWDYN rather than PUTENV should be defined by Your organization standards

/rant on
I dislike names that convey the wrong info
PUTENV hints dealing with environment variables, and MVS has nothing of that name
/rant off

Re: BPXWDYN vs PUTENV.

Posted: Wed Sep 16, 2015 3:30 am
by chaat
both do the job, it's a matter of your shop standards or if there is no standard, then your personal preference.

it's like asking which is better 6 donuts or a half dozen donuts

Re: BPXWDYN vs PUTENV.

Posted: Wed Sep 16, 2015 10:08 am
by Anuj Dhawan
chaat wrote:it's like asking which is better 6 donuts or a half dozen donuts
:D - loved the analogy!

Re: BPXWDYN vs PUTENV.

Posted: Mon Sep 21, 2015 12:26 pm
by Neeraj N
In my company we use BPXWDYN all the time.

Re: BPXWDYN vs PUTENV.

Posted: Sun Oct 04, 2015 11:37 am
by Prakash Jha
I read most of the documentation in favour of BPXWDYN so got interested if there had been some comparisons between them and someone has a reference to that.