1. Shouldn't happen if you hit enter right away. They're just lines for you to 
insert text, if wanted.
2. The file has to have variable length records to negate padding.

</snip>
-
Ted MacNEIL
[email protected]
Twitter: @TedMacNEIL

-----Original Message-----
From:         Charles Mills <[email protected]>
Sender:       IBM Mainframe Discussion List <[email protected]>
Date:         Tue, 15 Jan 2013 12:04:14 
To: <[email protected]>
Reply-To:     IBM Mainframe Discussion List <[email protected]>
Subject: Re: Break a dataset into new record boundaries?

Cool idea but

1. It inserts a blank line between records.

2. It pads my records with blanks. I want RECFM=V records that end where they 
end.

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Bass, Walter W
Sent: Tuesday, January 15, 2013 11:51 AM
To: [email protected]
Subject: Re: Break a dataset into new record boundaries?

<snip>

>> I think I just need a PF-key-invocable macro that would split a 
>> record at the cursor position, putting the character under the cursor 
>> into the latter record.

</snip>

You don't need an edit macro for that one.  Just edit the dataset, enter the 
KEYS command and set the PF key of your choice to ":TS" (without the quotes).  
The sets the pfkey to the "text split" line command.  Now you can position the 
cursor on the desired spilt character and fire away.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to