...
Panel |
---|
//S1 EXEC UDMPRC //UNVSCR DD * 1 set _echo=yes _halton=warn 2 open unix=sol9 user=top098 pwd=p100m 3 cd unix=/opt/app/data 4 mode type=text 5 attrib local dsorg=po spaceunit=cyl primspace=1 secspace=2 + 6 dirblocks=10 truncext=yes 7 copy unix=*.txt local='app.data.pds' 8 quit /* |
Note | ||
---|---|---|
| ||
Line 5 is continued onto line 6 with the line continuation character (+). |
...