Re: Where do I start?
Mike Stramba <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
On 5/24/10, Ron Hudson <[email protected]> wrote: > Oh and is '[' Square bracket not a mainframe character? when I try to place > one in RPF I get > a U with an accent of some sort. Seems to be an RPF quirk / bug. Use the PDS TSO command to edit your file : PDS HERC01.TEST.ASM FSE MYPROG <......edit lines ....> TPUT =c'[hello]',7 save end <exit FSE editor> end <exit PDS>