Hi all
i would need to put the result of DSPLNK in a file to read the Flr content (Subfolder and/or Stmf) ; is there another way instead of run DSPLNK *PRINT and then read the spool file ?
here my scenario/problem:
I have an IFS directory on which I have mounted a NAS device (MOUNT
TYPE(*NFS) MFS('NAS:/nfs/ibmibckp') MNTOVRDIR('/ibmibckp') ; in V5R4
and more recent when I use opendir + readdir etc , I works fine, if I
use them in V5R3, readdir don't return anything . Which other Command
can I use instead opendir + readdir to get files inside
'NAS:/nfs/ibmibckp' ? Dsplnk *Print ? or which other that could
work with V5R3M0
Thanks in advance

i would need to put the result of DSPLNK in a file to read the Flr content (Subfolder and/or Stmf) ; is there another way instead of run DSPLNK *PRINT and then read the spool file ?
here my scenario/problem:
I have an IFS directory on which I have mounted a NAS device (MOUNT
TYPE(*NFS) MFS('NAS:/nfs/ibmibckp') MNTOVRDIR('/ibmibckp') ; in V5R4
and more recent when I use opendir + readdir etc , I works fine, if I
use them in V5R3, readdir don't return anything . Which other Command
can I use instead opendir + readdir to get files inside
'NAS:/nfs/ibmibckp' ? Dsplnk *Print ? or which other that could
work with V5R3M0
Thanks in advance





Comment