If your commands are already in a separate VB file rather than inline, you
could precede the TMP step with a DFSORT step (if you have it) that reads
the file and creates a temporary VB file that has the sequence numbers.
 OPTION COPY
 OUTFIL OUTREC=(1,4,SEQNUM,8,ZD,5)

Bill Godfrey

On Tue, 14 Mar 2006 17:09:10 +0100, Ulrich Boche wrote:

>Binyamin Dissen wrote:
>>
>> You can use 80 character records.
>>
>> Put a "+" at the end of the line which tells TSO that the command is
continued
>> on the next line.
>>
>
>I know how to continue TSO input lines. However, in most cases,
>splitting the line would be more inconvenient than shifting the variable
>length records.
>
>I'm looking for something that's really easy.
>--

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to