The SKIP0 option specifies where the line cursor moves when SKIP(0) statement is coded in the source program. SKIP0 applies to terminal files that are not linked as PM applications.
.-N-. >>-SKIP0--(-+-Y-+-)--------------------------------------------><
The following example shows how you could make the output to the terminal skip zero lines so that the cursor moves to the beginning of the current output line:
set dd:sysprint=stdout:,SKIP0(Y) set dd:sysprint=con,SKIP0(Y)