Hi @ all!
I hope you can help me, i am stuck since 2 days on this problem.
DO I=1 TO DSNAME.0
QOUTE = DSNAME.I
PARSE VAR QOUTE NEWVAR BLANKIE
so far i could assure (trace) that everything went ok.
but then i try this line
ADDRESS ISPEXEC "DSINFO DATASET('"NEWVAR"')"
and i get with trace
"DSINFO DATASET('C0.I000.000.S9.TS.xxxx.xxxx.xxxx')"
so filling in newvar works...
but then he can't get the information and gives me rc(-3).. Why?
I've tried also
"ISPEXEC DSINFO DATASET('"NEWVAR"')
but same result code
Can you please help me?
I hope you can help me, i am stuck since 2 days on this problem.
DO I=1 TO DSNAME.0
QOUTE = DSNAME.I
PARSE VAR QOUTE NEWVAR BLANKIE
so far i could assure (trace) that everything went ok.
but then i try this line
ADDRESS ISPEXEC "DSINFO DATASET('"NEWVAR"')"
and i get with trace
"DSINFO DATASET('C0.I000.000.S9.TS.xxxx.xxxx.xxxx')"
so filling in newvar works...
but then he can't get the information and gives me rc(-3).. Why?
I've tried also
"ISPEXEC DSINFO DATASET('"NEWVAR"')
but same result code
Can you please help me?