Re: Using symbolic links to run *PGM with iASP
Kelly Beard <[email protected]>
| Newsgroups | gmane.comp.lang.as400.c |
|---|---|
| Message-ID | <CAOvM2SumsYakrBEaYB2E9aCtA0aALh+ZyzP1i6TXhdEDEYE+Zw@mail.gmail.com> |
Thanks, but that is not bringing me any joy (yet). > rm main 02:18 PM [/DATADEV/home/beak] $ > ln -s /DATADEV/QSYS.LIB/BEAK.LIB/MAIN.PGM main 02:18 PM [/DATADEV/home/beak] $ > main qsh: 001-0014 Command /DATADEV/home/beak/main not found. On Thu, Sep 7, 2017 at 1:58 PM, Brian Johnson <[email protected]> wrote: > I had the same result. Using all caps for the qsys.lib path resulted > in a working link: > > ln -s /DATADEV/QSYS.LIB/BEAK.LIB/MAIN.PGM main > > > On Thu, Sep 7, 2017 at 1:02 PM, Kelly Beard <[email protected]> > wrote: > > On our old system which was *SYSBAS only I was used to, in QSH/IFS, > saying > > something like: > > > > ln -s /qsys.lib/beak.lib/main.pgm main > > > > then simply using "main" on a QSH command line. I can't seem to get the > > path correct if my library exists on an iASP. I've tried > > > > ln -s /DATADEV/qsys.lib/beak.lib/main.pgm main > > > > > > -- > Brian Johnson > [email protected] > -- > This is the Bare Metal Programming IBM i (AS/400 and iSeries) (C400-L) > mailing list > To post a message email: C400-L-Zwy7GipZuJhWk0Htik3J/[email protected] > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/c400-l > or email: C400-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] > Before posting, please take a moment to review the archives > at http://archive.midrange.com/c400-l. > > -- Kelly Beard -- This is the Bare Metal Programming IBM i (AS/400 and iSeries) (C400-L) mailing list To post a message email: C400-L-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/c400-l or email: C400-L-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/c400-l.