How have you been able to get Agent to automatically reply was Re: Mainframe Empty datasets

2007-05-19 Thread Clark Morris
On Fri, 18 May 2007 12:17:41 -0600, in bit.listserv.ibm-main you wrote: On 18 May 2007 10:50:04 -0700, [EMAIL PROTECTED] (Mark H. Young) wrote: Howard, where did you find this topic to originate? Back in April or March perhaps? I can't seem to backtrack via Previous in Topic up above. It is in

Re: Mainframe Empty datasets

2007-05-18 Thread Howard Brazee
On 18 May 2007 06:25:41 -0700, [EMAIL PROTECTED] wrote: How can I code an assembler program to look at a dataset and determine if it is an empty dataset? The dataset maybe allocated but not open or closed. Why not just do: //STEP#01 EXEC PGM=ICETOOL //TOOLMSG DD

Re: Mainframe Empty datasets

2007-05-18 Thread Barkow, Eileen
PROTECTED] On Behalf Of Howard Brazee Sent: Friday, May 18, 2007 11:37 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Mainframe Empty datasets On 18 May 2007 06:25:41 -0700, [EMAIL PROTECTED] wrote: How can I code an assembler program to look at a dataset and determine if it is an empty dataset? The dataset

Re: Mainframe Empty datasets

2007-05-18 Thread J R
LOCATE the dataset OBTAIN the DSCB Examine DS1LSTAR From: CICS Guy [EMAIL PROTECTED] Reply-To: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Mainframe Empty datasets Date: Fri, 18 May 2007 11:36:37 -0500 I read it more that the dataset may have been

Re: Mainframe Empty datasets

2007-05-18 Thread CICS Guy
: Mainframe Empty datasets Would not ICETOOL be opening the dataset to do the count? The requirement was that the dataset not be opened. You would probably have to read the vtoc in order to determine if any space is actually being used

Re: Mainframe Empty datasets

2007-05-18 Thread Howard Brazee
On 18 May 2007 09:06:53 -0700, [EMAIL PROTECTED] (Barkow, Eileen) wrote: Would not ICETOOL be opening the dataset to do the count? The requirement was that the dataset not be opened. You would probably have to read the vtoc in order to determine if any space is actually being used. Good point.

Re: Mainframe Empty datasets

2007-05-18 Thread Mark H. Young
On Fri, 18 May 2007 09:37:00 -0600, Howard Brazee [EMAIL PROTECTED] wrote: On 18 May 2007 06:25:41 -0700, [EMAIL PROTECTED] wrote: How can I code an assembler program to look at a dataset and determine if it is an empty dataset? The dataset maybe allocated but not open or closed. Why not just

Re: Mainframe Empty datasets

2007-05-18 Thread Howard Brazee
On 18 May 2007 10:50:04 -0700, [EMAIL PROTECTED] (Mark H. Young) wrote: Howard, where did you find this topic to originate? Back in April or March perhaps? I can't seem to backtrack via Previous in Topic up above. It is in black (not blue) and not selectable. Can anyone help me out with

Re: Mainframe Empty datasets

2007-05-18 Thread Bill Godfrey
On Fri, 18 May 2007 12:49:57 -0500, Mark H. Young [EMAIL PROTECTED] wrote: On Fri, 18 May 2007 09:37:00 -0600, Howard Brazee [EMAIL PROTECTED] wrote: On 18 May 2007 06:25:41 -0700, [EMAIL PROTECTED] wrote: How can I code an assembler program to look at a dataset and determine if it is an empty