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.
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
>>
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 n
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.
>
>W
"LOCATE" the dataset
"OBTAIN" the DSCB
Examine DS1LSTAR
From: CICS Guy <[EMAIL PROTECTED]>
Reply-To: IBM Mainframe Discussion List
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 m
: 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
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 poin
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 d
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 SYS
9 matches
Mail list logo