DYNALLOC

2006-09-30 Thread Gary Smith
In what IBM manual can I find documentation on SVC 99? It's not in any of the places I thought to look. It's been a long time since I wrestled with the documentation. Gary L. Smith Columbus, Ohio -- For IBM-MAIN subscribe / sig

DYNALLOC question

2008-04-15 Thread McKown, John
I am writing a TSO command processor. One option is to direct output to a dataset. In support of this, for new datasets, I would like to support the parms LIKE(existing.ds.name) and USING(attr-list). I can see the DALLIKE key for the LIKE parameter. I cannot see anything that relates to the USING()

Re: DYNALLOC

2006-09-30 Thread Ken Kornblum
: IBM-MAIN@BAMA.UA.EDU Subject: [IBM-MAIN] DYNALLOC In what IBM manual can I find documentation on SVC 99? It's not in any of the places I thought to look. It's been a long time since I wrestled with the documentation. Gary L. Smith

Re: DYNALLOC

2006-10-01 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 09/30/2006 at 10:10 PM, Gary Smith <[EMAIL PROTECTED]> said: >In what IBM manual can I find documentation on SVC 99? It's not in >any of the places I thought to look. Authorized Assembler Services. No, it doesn't require authorization, although some options do. -

Re: DYNALLOC

2006-10-01 Thread Gary Smith
Thanks to all. That was just what I needed. Gary Smith Columbus, Ohio - Original Message - In <[EMAIL PROTECTED]>, on 09/30/2006 at 10:10 PM, Gary Smith <[EMAIL PROTECTED]> said: >In what IBM manual can I find documentation on SVC 99? It's not in >any of the places I thought to l

Re: DYNALLOC

2006-10-03 Thread Shmuel Koller
] On Behalf Of Gary Smith Sent: Sunday, October 01, 2006 8:17 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: DYNALLOC Thanks to all. That was just what I needed. Gary Smith Columbus, Ohio - Original Message - In <[EMAIL PROTECTED]>, on 09/30/2006 at 10:10 PM, Gary Smith <[EMAIL

Re: DYNALLOC

2006-10-04 Thread Glenn Siegel
You may want to have a look at the DYNALLOC macros on the CBT tape, very easy to use, theres a good example in my file 708 On Sun, 1 Oct 2006 11:26:43 -0300, Shmuel Metz (Seymour J.) wrote: >In <[EMAIL PROTECTED]>, on 09/30/2006 > at 10:10 PM, Gary Smith <[EMAIL PROTECTED]>

Speed up DYNALLOC ?

2009-10-09 Thread Miklos Szigetvari
Hi One of our customer insists to create dynamically, from a C++ application , several 1000 small files. Any method to speed up this allocation ? -- Miklos Szigetvari Development Team ISIS Information Systems Gmbh tel: (+43) 2236 27551 570 Fax: (+43) 2236 21081 E-mail: miklos.szigetv...@

Re: DYNALLOC question

2008-04-15 Thread Tony Harminc
2008/4/15 McKown, John <[EMAIL PROTECTED]>: > I am writing a TSO command processor. One option is to direct output to > a dataset. In support of this, for new datasets, I would like to support > the parms LIKE(existing.ds.name) and USING(attr-list). Good idea! > I can see the DALLIKE key for

Re: DYNALLOC question

2008-04-16 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 04/15/2008 at 01:16 PM, "McKown, John" <[EMAIL PROTECTED]> said: >I am writing a TSO command processor. One option is to direct output to a >dataset. In support of this, for new datasets, I would like to support >the parms LIKE(existing.ds.name) and USING(attr-list).

Re: DYNALLOC question

2008-04-16 Thread John McKown
On Wed, 16 Apr 2008, Shmuel Metz (Seymour J.) wrote: > In <[EMAIL PROTECTED]>, on > 04/15/2008 >at 01:16 PM, "McKown, John" <[EMAIL PROTECTED]> said: > > >I am writing a TSO command processor. One option is to direct output to a > >dataset. In support of this, for new datasets, I would like t

ICETOOL DYNALLOC override

2005-10-06 Thread Skip Robinson
We have a job running ICETOOL with a whole lot of input data. The job sometimes gets this: ICE083A D RESOURCES WERE UNAVAILABLE FOR DYNAMIC ALLOCATION OF WORK DATA SETS (064K) which means that the installation default of three dynamic SORTWK files would exceed 64K tracks each. How do we tell ICET

Re: Userids & DYNALLOC

2005-05-31 Thread Nelliyappan Manivel, Sridhar - Sridher
I'm struggling with a mysterious return & reason code when DYNALLOC is called from a 8 character userid (I showed the error message to our ACF2 guru here & got all authorization). The same program works good when the job is submitted from 7 character userid. DYNALLOC fails with rc=

Re: Userids & DYNALLOC

2005-05-31 Thread Kevin Clark
-- > I'm struggling with a mysterious return & reason code when DYNALLOC is > called from a 8 character userid (I showed the error message to our ACF2 > guru here & got all authorization). The same program works good when the > job is submitted from 7 charact

Re: Userids & DYNALLOC

2005-05-31 Thread Hal Merritt
- Sridher Sent: Tuesday, May 31, 2005 11:26 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Userids & DYNALLOC I'm struggling with a mysterious return & reason code when DYNALLOC is called from a 8 character userid (I showed the error message to our ACF2 guru here & got all authorization).

Re: Userids & DYNALLOC

2005-05-31 Thread Tom Schmidt
On Tue, 31 May 2005 12:25:41 -0400, Nelliyappan Manivel, Sridhar wrote: >I'm struggling with a mysterious return & reason code when DYNALLOC is >called from a 8 character userid (I showed the error message to our ACF2 >guru here & got all authorization). The same program wo

Re: Userids & DYNALLOC

2005-05-31 Thread Leonard Woren
On Tue, May 31, 2005 at 12:25:41PM -0400, Nelliyappan Manivel, Sridhar - Sridher ([EMAIL PROTECTED]) wrote: > I'm struggling with a mysterious return & reason code when DYNALLOC is > called from a 8 character userid (I showed the error message to our ACF2 > guru here & got a

Re: Userids & DYNALLOC

2005-05-31 Thread Nelliyappan Manivel, Sridhar - Sridher
't see anything in the syslog, joblog (no information to paste here). I got return code and reason codes by displaying registers (R15 and S99RSC) Authorization has been given to owner of the job (ownerid of the job). DYNALLOC call in the program doesn't use this 8 characterid. Production

Re: Userids & DYNALLOC

2005-06-03 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 05/31/2005 at 12:25 PM, "Nelliyappan Manivel, Sridhar - Sridher" <[EMAIL PROTECTED]> said: >I'm struggling with a mysterious return & reason code when DYNALLOC >is called from a 8 character userid (I showed the error

Re: Speed up DYNALLOC ?

2009-10-09 Thread Edward Jaffe
Miklos Szigetvari wrote: One of our customer insists to create dynamically, from a C++ application , several 1000 small files. Any method to speed up this allocation ? If it helped DB2, it should help you. Add this to DIAGxx: Vsm UseZosV1R9Rules(NO) /* Use faster GETMAIN/FREEMAIN*/ --

Re: Speed up DYNALLOC ?

2009-10-09 Thread Paul Gilmartin
On Fri, 9 Oct 2009 07:57:38 -0700, Edward Jaffe wrote: >Miklos Szigetvari wrote: >> One of our customer insists to create dynamically, from a C++ >> application , several 1000 small files. >> Any method to speed up this allocation ? > >If it helped DB2, it should help you. Add this to DIAGxx: >

Re: Speed up DYNALLOC ?

2009-10-09 Thread Miklos Szigetvari
Hi I agree, but they insist to use unique seq files. No PDS no VSAM no Unix HFS Paul Gilmartin wrote: On Fri, 9 Oct 2009 07:57:38 -0700, Edward Jaffe wrote: Miklos Szigetvari wrote: One of our customer insists to create dynamically, from a C++ application , several 1000 small file

Re: Speed up DYNALLOC ?

2009-10-09 Thread Paul Gilmartin
On Fri, 9 Oct 2009 17:19:02 +0200, Miklos Szigetvari wrote: > >I agree, but they insist to use unique seq files. >No PDS no VSAM no Unix HFS > Cap their resource use. -- gil -- For IBM-MAIN subscribe / signoff / archive access in

Re: Speed up DYNALLOC ?

2009-10-09 Thread Miklos Szigetvari
Hi I'm trying this out, we had the DEFAULT YES, but I don't see any performance difference till now Edward Jaffe wrote: Miklos Szigetvari wrote: One of our customer insists to create dynamically, from a C++ application , several 1000 small files. Any method to speed up this allocation

Re: Speed up DYNALLOC ?

2009-10-09 Thread Vernooij, CP - SPLXM
"Miklos Szigetvari" wrote in message news:<4acf4719.8070...@isis-papyrus.com>... > Hi > > One of our customer insists to create dynamically, from a C++ > application , several 1000 small files. > Any method to speed up this allocation ? > > -- > Miklos Szigetvari Could he change this to 1

Re: Speed up DYNALLOC ?

2009-10-11 Thread W. Kevin Kelley
On Fri, 9 Oct 2009 07:57:38 -0700, Edward Jaffe wrote: > >If it helped DB2, it should help you. Add this to DIAGxx: > >Vsm UseZosV1R9Rules(NO) /* Use faster GETMAIN/FREEMAIN*/ > >-- Ed, You're right -- specifying this will speed up ANY allocation, although the most dramatic savings occur

DYNALLOC question (Multi-Volume)

2008-05-28 Thread Michael Knigge
All, currently I'm playing around a little bit with the SVC99 DYNALLOC. When I try to allocate a rather large Dataset, I (sometimes) need to specify DALVLCNT (Dataset volume count). Now... I wonder it it would be safe (or "ok") to specify 255 in all cases, even when all

Re: ICETOOL DYNALLOC override

2005-10-06 Thread Frank Yaeger
ault of three dynamic SORTWK files > would exceed 64K tracks each. How do we tell ICETOOL to use a few more > dynamic SORTWK files? You can use: //DFSPARM DD * OPTION DYNALLOC=(,n) /* to override the number of work data sets for ALL of the ICETOOL operators. Or for operators for which

DYNALLOC with (Kilo)bytes

2006-06-09 Thread Beate Kawelke
Hi folks, I use DYNALLOC to allocate a dataset. I know the size of each record and the number of records, so I can compute the number of bytes necessary. However, the only DYNALLOC text units for a space unit seem to be TRKS and CYLS. Did I overlook something ? Or do I need to do the math

FTP and SMS (and DYNALLOC)

2009-05-22 Thread Lester, Bob
Hi Folks, I'm in the middle of an SMS conversion at z/OS 1.9. We have an ftp batch job that reaches down to a squatty box and pulls some data. The LOCSITE parms are: LOCSITE LRECL=8996 BLKSIZE=9000 RECFM=VBA + unit=sysda volume=SYST01 cyl pri=20 sec=30 Volu

discussion idea: IEFDB401 dynalloc exit

2010-11-26 Thread John McKown
There are a lot of commands in TSO and some started tasks which allow specification of a dataset name as an output. Some examples would be XD in TSO SDSF. Or the ODS parameter on many DFHSM commands. But there are times when I would wish that I could direct the output to a UNIX file instead of a s

Re: DYNALLOC question (Multi-Volume)

2008-05-28 Thread Ted MacNEIL
>is it safe/ok to specify 255 and let z/OS decide to allocate multi-volume or not? z/OS supports a maximum of 59 volumes. And, it is safe. Nothing significant is used until the volumes are allocated. - Too busy driving to stop for gas! ---

Re: DYNALLOC question (Multi-Volume)

2008-05-28 Thread Tom Harper
Of Ted MacNEIL Sent: Wednesday, May 28, 2008 6:35 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: DYNALLOC question (Multi-Volume) >is it safe/ok to specify 255 and let z/OS decide to allocate multi-volume or not? z/OS supports a maximum of 59 volumes. And, it is safe. Nothing significant is used un

Re: DYNALLOC question (Multi-Volume)

2008-05-28 Thread Ted MacNEIL
>Actually, z/OS supports a maximum of 255 volumes. 59 volumes is a DASD >restriction based on DEB constraints. Funny! I thought the DEB was a z/OS construct. (8-{]} - Too busy driving to stop for gas! -- For IBM-MAIN subscrib

Re: DYNALLOC question (Multi-Volume)

2008-05-28 Thread Tom Harper
Utilities Development Team Neon Enterprise Software, Inc. Sugar Land, TX -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ted MacNEIL Sent: Wednesday, May 28, 2008 7:33 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: DYNALLOC question (Multi-Volume)

Re: DYNALLOC question (Multi-Volume)

2008-05-28 Thread Michael Knigge
Thank you guys! bye, Michael -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.htm

Re: DYNALLOC question (Multi-Volume)

2008-05-28 Thread Ted MacNEIL
>It's hard to say. I believe it's built by DFSMS code, which could be argued to >be part of z/OS. But ownership of the code is a diversion here. >59 volumes is a DASD restriction, not an allocation restriction. You can >dynamically allocate a 255 volume tape data set. I thought the OP was discu

Re: DYNALLOC question (Multi-Volume)

2008-05-28 Thread Tom Harper
Ted, Here is the original email. Nothing about DASD that I can see, although he does mention "space" which could imply DASD: "All, currently I'm playing around a little bit with the SVC99 DYNALLOC. When I try to allocate a rather large Dataset, I (sometimes) need to speci

Re: DYNALLOC question (Multi-Volume)

2008-05-29 Thread Vernooy, C.P. - SPLXM
"Michael Knigge" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > All, > > currently I'm playing around a little bit with the SVC99 DYNALLOC. When > I try to allocate a rather large Dataset, I (sometimes) need to specify > DALV

Re: DYNALLOC question (Multi-Volume)

2008-05-29 Thread Michael Knigge
If you use this on a wide scale, you might blow up your catalogs. Each dataset reserves 255 (candidate) volumes entries in the catalog record and these take space. Do a LISTC of such a dataset. Ah, good point. Thanks! Bye, Michael --

Re: DYNALLOC with (Kilo)bytes

2006-06-09 Thread Richard Tsujimoto
>I use DYNALLOC to allocate a dataset. I know the size of each record and the number of records, so I can compute the >number of bytes necessary. >However, the only DYNALLOC text units for a space unit seem to be TRKS and CYLS. Did I overlook something ? Or do I >need to do the

Re: DYNALLOC with (Kilo)bytes

2006-06-09 Thread Doug Henry
On Fri, 9 Jun 2006 10:24:04 -0400, Richard Tsujimoto <[EMAIL PROTECTED]> wrote: >>I use DYNALLOC to allocate a dataset. I know the size of each record and >the number of records, so I can compute the >number

Re: DYNALLOC with (Kilo)bytes

2006-06-09 Thread Richard Tsujimoto
Doug, You got the wrong poster. I'm not the original poster. It was Beate Kawelke. Doug Henry <[EMAIL PROTECTED]> Sent by: IBM Mainframe Discussion List 06/09/2006 02:58 PM Please respond to IBM Mainframe Discussion List To IBM-MAIN@BAMA.UA.EDU cc Subject Re: DYNALLOC

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Roach, Dennis (N-GHG)
AIN@bama.ua.edu > Subject: FTP and SMS (and DYNALLOC) > > Hi Folks, > > > >I'm in the middle of an SMS conversion at z/OS 1.9. > > > >We have an ftp batch job that reaches down to a squatty box and > pulls > some data. > > > >The

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Lester, Bob
M Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of Roach, Dennis (N-GHG) > Sent: Friday, May 22, 2009 1:43 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > Does a catalog entry for PFDT.TSREL.OPPLZDCK.PULLOUT.SUN already > exist >

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Roach, Dennis (N-GHG)
AIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > Hi Dennis, > >Nope, I checked that. It appears that the volume specified on the > LOCSITE VOL= parameter must exist? It can't be redirected? Can you > confirm? (Or am I doing something stupid?). > &g

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Gibney, Dave
On > Behalf Of Lester, Bob > Sent: Friday, May 22, 2009 12:49 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > Hi Dennis, > >Nope, I checked that. It appears that the volume specified on the > LOCSITE VOL= parameter must exist? It c

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Dave Quinton
@bama.ua.edu] On > Behalf Of Roach, Dennis (N-GHG) > Sent: Friday, May 22, 2009 1:43 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > Does a catalog entry for PFDT.TSREL.OPPLZDCK.PULLOUT.SUN already > exist > for SY

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Lester, Bob
day, May 22, 2009 1:55 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > Since you are relying on SMS to select the volume, take it out of > the > locsite statement. >

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Lester, Bob
SET &STORGRP = 'SYSTEST' EXIT END But it doesn't get there. :-( Thanks! BobL > -Original Message- > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of Gibney, Da

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Gibney, Dave
Of Lester, Bob > Sent: Friday, May 22, 2009 2:08 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > Hi Dave, > >Data is pulled via ftp in batch to new DSN: > PFDT.TSREL.OPPLZDCK.PULLOUT.SUN, which matches this DC FILTLIST > pattern: >

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Lester, Bob
PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > > My best guess is that there is a condition earlier in one or more > of > the routines that is satisfied first. > I decided I wanted to know what my routines were doing. On entry, I > write out a ro

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Greg Shirey
(and DYNALLOC) Hi Dave, Well, that makes me feel somewhat better. I'll keep looking, and thanks for the suggestions. BobL -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.u

Re: FTP and SMS (and DYNALLOC)

2009-05-22 Thread Lester, Bob
t; To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > I believe this is one the situations where a dummy storage group > would > be useful. I couldn't find an example in the Implementing > System-Managed Storage manual, but found the definition: > &g

Re: FTP and SMS (and DYNALLOC)

2009-05-23 Thread Lester, Bob
OL= in the FTP client as well. Thanks! BobL > -Original Message- > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of Greg Shirey > Sent: Friday, May 22, 2009 3:53 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) &g

Re: FTP and SMS (and DYNALLOC)

2009-05-23 Thread Ted MacNEIL
>No joy, I'm afraid. Set it up as documented, but get the same error. >I think I'm getting bit by this statement in the doc. I haven't really been following this thread, so please forgive me as I ask for clarification. Are you saying that if an FTP outfile is allocated, under z/OS, that DFSMS d

Re: FTP and SMS (and DYNALLOC)

2009-05-23 Thread Lester, Bob
> -Original Message- > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of Ted MacNEIL > Sent: Saturday, May 23, 2009 7:34 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > >No joy, I'm afraid. Set

Re: FTP and SMS (and DYNALLOC)

2009-05-23 Thread Gibney, Dave
Discussion List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of Lester, Bob > Sent: Saturday, May 23, 2009 7:43 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > > -Original Message- > > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua

Re: FTP and SMS (and DYNALLOC)

2009-05-26 Thread Dave Quinton
7; EXIT END But it doesn't get there. :-( Thanks! BobL > -Original Message- > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of Gibney, Dave > Sent: Friday, May 22, 2009 1:58 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP an

Re: FTP and SMS (and DYNALLOC)

2009-05-26 Thread Lester, Bob
> -Original Message- > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of Gibney, Dave > Sent: Saturday, May 23, 2009 9:41 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP and SMS (and DYNALLOC) > > > I just read that in detail a

Re: FTP and SMS (and DYNALLOC)

2009-05-26 Thread Neil Duffee
On 2009-05-22 at 16:15, concerning "Re: FTP and SMS (and DYNALLOC)", Bob Lester wrote to IBM-Main: >We have an ftp batch job that reaches down to a squatty box and > pulls some data. > >The LOCSITE parms are: >LOCSITE LRECL=8996 BLKSIZE=9000 RECFM=VBA

Re: discussion idea: IEFDB401 dynalloc exit

2010-11-26 Thread Paul Gilmartin
On Fri, 26 Nov 2010 11:12:20 -0600, John McKown wrote: >There are a lot of commands in TSO and some started tasks which allow >specification of a dataset name as an output. Some examples would be XD >in TSO SDSF. Or the ODS parameter on many DFHSM commands. > >But there are times when I would wish

Re: discussion idea: IEFDB401 dynalloc exit

2010-11-27 Thread Binyamin Dissen
It is definitely possible. mumble years ago I wrote such an IEFDB401 to convert passwords to volsers (as passwords were not used). That allowed ALLOC F(abc) DA(dsn1/vol1 dsn2/vol2 ...) in place of ALLOC F(abc) DA(dsn1) VOL(vol1) ALLOC F(abc2) DA(dsn2) VOL(vol2) CONCAT abc abc2 If passwords we

Dynalloc error: 037C006E (spool data set browse)

2010-07-30 Thread Monika Amiss
DSN,STVSCTKN), for example: IBM0001.IBML.JOB15181.D001.JESJCLIN For the Dynalloc I must (with others) build the browse token and pass it with the DALBRTKN text unit. My problem. The dynalloc fails with ERROR-FIELD: 037C006E, indicating the length is not correct

Re: Dynalloc error: 037C006E (spool data set browse)

2010-07-30 Thread Gerhard Postpischil
On 7/31/2010 1:09 AM, Monika Amiss wrote: MVC U3.S99TUKEY,=AL2(DALBRTKN) MVC U3.S99TUNUM,=AL2(7) MVC U3.S99TULNG,=AL2(L'TU0002TK) Any hint appreciated. Have a nice day. You're misreading the message. Note that you stuff a 7 into TUNUM, which is the number

AW: Dynalloc error: 037C006E (spool data set browse)

2010-07-31 Thread Monika Amiss
On 7/31/2010 1:09 AM, Monika Amiss wrote: > MVC U3.S99TUKEY,=AL2(DALBRTKN) > MVC U3.S99TUNUM,=AL2(7) > MVC U3.S99TULNG,=AL2(L'TU0002TK) > Any hint appreciated. Have a nice day. > You're misreading the message. Note that you stuff a 7 into TUNUM, which is > the

AW: Dynalloc error: 037C006E (spool data set browse)

2010-07-31 Thread Monika Amiss
>It looks like your ALTXTPRE includes a length field. Since IAZBTOKP includes >the length of each subparameter, it should not follow >ALTXTPRE but, rather, >overlay the last two bytes of ALTXTPRE. So, >ALTXTU3 DSXL(ALTXTPRE) >TU0002TK DSCL(BTOKSIZE) >should be

Re: Dynalloc error: 037C006E (spool data set browse)

2010-07-31 Thread Eric Bielefeld
What is the new JEW Spool data set browse? Is that a new command, or a vendor product? I've never heard of it before or remember it mentioned on this list. Eric Bielefeld Sr. Systems Programmer - Original Message - From: "Monika Amiss" Dear group, i'm making some tests with t

Re: Dynalloc error: 037C006E (spool data set browse)

2010-07-31 Thread John McKown
On Sat, 2010-07-31 at 08:18 -0500, Eric Bielefeld wrote: > What is the new JEW Spool data set browse? Is that a new command, or a > vendor product? I've never heard of it before or remember it mentioned on > this list. > > Eric Bielefeld > Sr. Systems Programmer > http://publibz.boulder.ibm.

Re: AW: Dynalloc error: 037C006E (spool data set browse)

2010-07-31 Thread J R
/attach/SHARE_in_San_Jose/S2721PK083307.pdf that implies the latter. > Date: Sat, 31 Jul 2010 09:01:05 +0200 > From: monika.am...@arcor.de > Subject: AW: Dynalloc error: 037C006E (spool data set browse) > To: IBM-MAIN@bama.ua.edu > > On 7/31/2010 1:09 AM, Monika Amiss wrote: &

Re: AW: Dynalloc error: 037C006E (spool data set browse)

2010-07-31 Thread J R
The FM (z/OS V1R12.0 MVS Authorized Assembler Services Guide) confirms TUNUM=7. Did you ensure that BTOKLSDL=0? > Date: Sat, 31 Jul 2010 03:13:59 -0400 > From: jayare...@hotmail.com > Subject: Re: AW: Dynalloc error: 037C006E (spool data set browse) > To: IBM-MAIN@bama.ua.edu &

Re: AW: Dynalloc error: 037C006E (spool data set browse)

2010-07-31 Thread J R
ALTXTU3 DSXL(ALTXTPRE) ORG *-2 TU0002TK DSCL(BTOKSIZE) > Date: Sat, 31 Jul 2010 03:44:14 -0400 > From: jayare...@hotmail.com > Subject: Re: AW: Dynalloc error: 037C006E (spool data set browse) > To: IBM-MAIN@bama.ua.edu > > The FM