I am trying to get all the files using listcat.
However, got a cc=8
reviewing the manual, all is say is "Processing was completed, but specific details were bypassed".
What does it mean?
What should I do?
here is my code:
20 *-* DSNSET = APPL'.*.'EXTFILE
>>> "EXTY.*.EXTFILE"
21 *-* X = OUTTRAP('VAR.')
>>> "VAR."
22 *-* "LISTC ENT('"DSNSET"') NONVSAM"
>>> "LISTC ENT('EXTY.*.EXTFILE') NONVSAM"
+++ RC(8) +++
23 *-* Y = OUTTRAP('OFF')
>>> "OFF"
24 *-* IF VAR.0 = 0
>>> "0"
29 *-* IF LEFT(VAR.1,15) <> "NONVSAM -------"
>>> "1"
>>> "EXTY.*.EXTFILE"
21 *-* X = OUTTRAP('VAR.')
>>> "VAR."
22 *-* "LISTC ENT('"DSNSET"') NONVSAM"
>>> "LISTC ENT('EXTY.*.EXTFILE') NONVSAM"
+++ RC(8) +++
23 *-* Y = OUTTRAP('OFF')
>>> "OFF"
24 *-* IF VAR.0 = 0
>>> "0"
29 *-* IF LEFT(VAR.1,15) <> "NONVSAM -------"
>>> "1"
Thank you...
Miguel