Sorry!!..If I'm not clear
actually I want to copy data from stem1 to stem2 based on some condition.
but i'm not able to access my stem2 using stem2.0 after I copying it..
also I'm not able to write into a dataset from a stem
I coded as ..
'EXECIO * DISKW TST ( STEM PARMS. FINIS';"FREE...
Hi friends,
this is my code..
PARMS.= ' '
DO I = 1 TO JOBS.0 /*working*/
PARSE VAR JOBS.I PARMS.I /*working*/
/*PARMS.I = JOBS.I*/ /*working*/
SAY PARMS.I /*working*/
END
DO I = 1 TO PARMS.0 /*NOT WORKING*/ :-(
SAY...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.