[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Using FTPAPI passing input Lib/Filename



Sender: Scott Klement <sk@xxxxxxxxxxxxxxxx>


> C                   eval      file = '/QSYS.LIB/' + %TRIM(LIB) + '.LIB' +
> C                             %TRIM(FILE)

Shouldn't it be more like this (also untested)?

  C                   eval      file = '/QSYS.LIB/' + %trimr(LIB) +
  C                              '.LIB/' + %trimr(FILE) + '.FILE'

Your example didn't have a slash after the library, and didn't have
'.FILE' added to the filename.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubsribe from the list send mail
to majordomo@xxxxxxxxxxxxx with the body: unsubscribe ftpapi mymailaddr
-----------------------------------------------------------------------