I am currently working in REXX program using files.
In my REXX program all the below necessary steps are working fine
RECORD=STEM.i
PUSH RECORD
"EXECIO 1 DISKW INPUTDD "
Above three line will execute 7000 times approximately in loop. After this loop i have mentioned
Say "LOOP FINISHED

"EXECIO 0 DISKW INPUTDD (FINIS"
"FREE F(INPUTDD)"
My problem here is, the REXX exec will display "LOOP FINISHED

Can some one please help me on this issue? Please tell me why this issue is happening.?