Re: Batch PL/I Question

2006-10-18 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 10/16/2006 at 04:49 PM, Chris Phinicarides [EMAIL PROTECTED] said: I need to have a batch PL/I program (say A) call another batch PL/I program (say B) and be able to change program B and have program A execute using the modified program B, without the need to

Batch PL/I Question

2006-10-16 Thread Chris Phinicarides
Hello! I need to have a batch PL/I program (say A) call another batch PL/I program (say B) and be able to change program B and have program A execute using the modified program B, without the need to re-compile/link-edit program A. I understand this has to do with some compiler and/or some

Re: Batch PL/I Question

2006-10-16 Thread Steve Comstock
Chris Phinicarides wrote: Hello! I need to have a batch PL/I program (say A) call another batch PL/I program (say B) and be able to change program B and have program A execute using the modified program B, without the need to re-compile/link-edit program A. I understand this has to do with

Re: Batch PL/I Question

2006-10-16 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Chris Phinicarides Sent: Monday, October 16, 2006 8:50 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Batch PL/I Question Hello! I need to have a batch PL/I program (say A) call another

Re: Batch PL/I Question

2006-10-16 Thread Rick Fochtman
--snip- I need to have a batch PL/I program (say A) call another batch PL/I program (say B) and be able to change program B and have program A execute using the modified program B, without the need to re-compile/link-edit program A. I

Re: Batch PL/I Question

2006-10-16 Thread Rick Fochtman
---snip- Take a long hard look at the PL/1 LOAD, CALL and DELETE statements. I suspect that's what you want to use. ---unsnip-- After reading other posts, I have to correct myself. It is, indeed, the FETCH statement,