> David,
>
> I am sorry I could not reply sooner to your mail. I wrote down the proble
> you described and have now implemented a solution for it, but since your mai
> was on my first screenfull of spool files (which I never look at :-) ) I forgo
> to tell you about it.
>
> Anyway, when release 1.5c is distributed you will be able to store lists fro
> your MVS system by means of the PUT command, with the following syntax
>
> //DUMMY JOB whatever
> /*XMIT CANADA01.LISTSERV DLM='XXX'
> PUT vector-l LIST PW=listpassword
> *
> * IBM 3090 vector processors
> *
> (etc)
> XXX
>
The other obvious method is creating a dataset and
// EXEC PGM=IEBGENER
//SYSUT2 DD SYSOUT=A,DEST=(CANADA01,LISTSERV)
...
etc etc