You can.

CharlesSent from a mobile; please excuse the brevity

-------- Original message --------
From: Joseph Reichman <reichman...@gmail.com> 
Date: 9/24/16  7:22 PM  (GMT-08:00) 
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Re: S99ERROR = 21C For &&OBJ UNIT=VIO 

I wonder if I can dummy SYSLIN as I just want the assembler listing 



> On Sep 24, 2016, at 10:15 PM, J R <jayare...@hotmail.com> wrote:
> 
> FM says you can have a DSN :  
> 
> Example: To specify the temporary dsname &LOAD, code: KEY # LEN PARM
> 
>                      0002   0001   0005   50 D3 D6 C1 C4
> 
> Have you tried UNIT=SYSALLDA?
> 
> Sent from my iPhone
> 
>> On Sep 24, 2016, at 22:05, Joseph Reichman <reichman...@gmail.com> wrote:
>> 
>> So If I code DALSTATS = 04 and DALNDISP = 04
>> Which is disp=(NEW,DELETE)
>> 
>> It should work I don't have a dataset name 
>> 
>> Regardless S99ERROR is 21C
>> 
>> 
>> 
>>> On Sep 24, 2016, at 9:46 PM, Charles Mills <charl...@mcn.org> wrote:
>>> 
>>> Well, yeah, it has to be temporary -- you can't catalog a dataset in VIO!
>>> 
>>> SVC 99 will let you allocate a temporary dataset -- I think it was a 
>>> back-reference you were trying to do before? That won't work.
>>> 
>>> IIRC the basic SVC 99 temporary dataset strategy is to omit the DSN key.
>>> 
>>> What are you trying to do? Allocate a dataset that will be used in turn by 
>>> two programs that you will call, like an assembler and the binder? That 
>>> works just fine. Just choose a DD name, or let SVC 99 choose one, and pass 
>>> that name to both programs.
>>> 
>>> You may or may not want to specify UNIT=VIO. I think the usual technique 
>>> these days is to let SMS pick a unit type. It may well pick VIO for a 
>>> temporary dataset.
>>> 
>>> Charles
>>> 
>>> -----Original Message-----
>>> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>>> Behalf Of Joe Reichman
>>> Sent: Saturday, September 24, 2016 5:46 PM
>>> To: IBM-MAIN@LISTSERV.UA.EDU
>>> Subject: Re: S99ERROR = 21C For &&OBJ UNIT=VIO
>>> 
>>> Hi
>>> 
>>> I have UNIT=VIO
>>> 
>>> I just read where this can only be specified on a temporary dataset and as 
>>> I have been told I can't do that with SVC 99  
>>> 
>>> ----------------------------------------------------------------------
>>> For IBM-MAIN subscribe / signoff / archive access instructions,
>>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>> 
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to