Feb 13, 2009 1 #1 sai987 Programmer Feb 13, 2009 2 IN Hi, After positioning the cursor in a particular line in my dataset,I want to delete that line. What function in rexx allows me to do so.
Hi, After positioning the cursor in a particular line in my dataset,I want to delete that line. What function in rexx allows me to do so.
Feb 13, 2009 #2 rexxhead Programmer Jul 31, 2002 611 US REXX itself has no prescribed I/O model. Individual platforms will implement one or more I/O models, e.g.: EXECIO in MVS and VM. So the incantation to delete a line from a dataset is platform-specific and is not indigenous to REXX. Frank Clarke --America's source for adverse opinions since 1943. Upvote 0 Downvote
REXX itself has no prescribed I/O model. Individual platforms will implement one or more I/O models, e.g.: EXECIO in MVS and VM. So the incantation to delete a line from a dataset is platform-specific and is not indigenous to REXX. Frank Clarke --America's source for adverse opinions since 1943.