I'm trying to be fancy with my rexx script and give feedback to the users when processing a large number of input.
Here's how the script output look now:
USER.NODE.SRCLIB .............................. CREATED
USER.NODE.LOADLIB.............................. CREATED
USER.NODE.PROCLIB.............................. CREATED
What I want to do is to print the dataset name first and hold off showing the 'CREATED' part until the dataset is actually created. The only thing holding me back is that I don't know how to move the output cursor back to the previous line so that 'Say CREATED' would appear on the same line as the dataset name.
I googled about this, but all I got is cursor manipulation when reading data in from a file...
Does anyone know of a way to manipulate the output cursor?
Thanks
Here's how the script output look now:
USER.NODE.SRCLIB .............................. CREATED
USER.NODE.LOADLIB.............................. CREATED
USER.NODE.PROCLIB.............................. CREATED
What I want to do is to print the dataset name first and hold off showing the 'CREATED' part until the dataset is actually created. The only thing holding me back is that I don't know how to move the output cursor back to the previous line so that 'Say CREATED' would appear on the same line as the dataset name.
I googled about this, but all I got is cursor manipulation when reading data in from a file...
Does anyone know of a way to manipulate the output cursor?
Thanks