It took me a few minutes to get everything functional.  The biggest problem is 
that z390 was installed into Programs(x86) and I had to
Use NotePad++ to create a batch file that I could tinker with to get passed 
Admin 

But in the end I did the following and got it working

call %~dps0mz390 %1  
sysmac(+G:\MACS\smaclib\*.mac+G:\MACS\smodgen\*.MAC+G:\MACS\umaclib\*.MAC) 
syscpy(+G:\MACS\smaclib\*.MAC) %2 %3 %4 %5 %6 %7 %8 %9

Steve   

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Abe Kornelis
Sent: Tuesday, February 21, 2017 11:48 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: z390 (Corrected Typo)

Bill, Steve, all,

Yes, you need to specify a +sign before each directory.
Omitting the + sign will cause any pre-existing definitions to be discarded and 
replaced with the specified path as the first one.

Also, since the command line is limited, it is possible to write the options 
into a file. The file can be invoked using an @sign followed by the filespec.

Here is an example for my goodies test environment.
It is in a file that invokes another file that holds the prod settings:


    * Path settings for Bixoft Goodies test environment
    syscpy(+C:\BIXOFT\www-pgms\Bixoft\Goodies\test\copylib\*.cpy)
    sysmac(+C:\BIXOFT\www-pgms\Bixoft\Goodies\test\maclib\*.mac)
    sysmac(+C:\BIXOFT\www-pgms\Bixoft\Asmplus\test\maclib\*.mac)
    @C:\BIXOFT\www-pgms\Bixoft\Goodies\prod\z390path.opt

I hope this clarifies. As you may see it is also possible to explicitly set the 
file suffix.

Finally, the documentation on z390 contains a page with all supported
options:
http://www.z390.org/z390_Options.htm

And yes, documentation could be better.
All help is appreciated ;-)

I hope you'll have fun & success using z390.
If you have any questions, please feel free to post to the z390 group on
Yahoo:
https://groups.yahoo.com/neo/groups/z390

Kind regards,
Abe Kornelis, z390 moderator
===========



Op 21-2-2017 om 23:29 schreef Bill Woodger:
> "Define one or more directories for source MAC files.  If the option starts 
> with + the directories listed will be concatenated with current list.  
> Multiple directories are always separated by +.  This option may also 
> override suffix by adding *.sfx."
>
> The way I read that, the first character inside the ( must be a + (as well as 
> a + for each concatenated directory).
>
> ----------------------------------------------------------------------
> 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