|
|
Index: Date Index | Thread Index
[Date Prev] | [Date Next] | [Thread Prev] | [Thread Next] [OAUGNet]-Re: NACHA formating - 94 Character Problem
Michael, Here is an old post by a Sanjay.Palherkar@lvvwd.com that might serve your purpose. " No need to change the report. Try this, for carriage return and to make 94 char line. parameters oldfile = concurrent request id.out and newfile =name of the new file OLDFILE=$1 NEWFILE=$2 fold -w94 $OLDFILE | sed 's/.$//' > $NEWFILE.out hope this help. Sanjay " Thanks Siva ----- Original Message ----- From: "Michael Porter" <MPorter@pgahq.com> To: "OAUG Net listserver" <OAUGNet@oaug.com> Sent: Thursday, October 14, 2004 11:36 AM Subject: [OAUGNet]-NACHA formating - 94 Character Problem I'm sure someone can assist me in how they altered the standard Oracle NACHA output file to break on lengths of 94 characters as our bank requires... Did you use sed or awk or ... Any ideas or code snippets you would be willing to share would be greatly appreciated. Thanks, M ############################################################# This message is sent to you because you are subscribed to the mailing list <OAUGNet@oaug.com>. To unsubscribe, E-mail to: <OAUGNet-off@oaug.com> To switch to the FEED mode, send any message to <OAUGNet-feed@oaug.com> To switch to the DIGEST mode, E-mail to <OAUGNet-digest@oaug.com> To switch to the INDEX mode, E-mail to <OAUGNet-index@oaug.com> Send administrative queries to <OAUGNet-request@oaug.com> ############################################################# This message is sent to you because you are subscribed to the mailing list <OAUGNet@oaug.com>. To unsubscribe, E-mail to: <OAUGNet-off@oaug.com> To switch to the FEED mode, send any message to <OAUGNet-feed@oaug.com> To switch to the DIGEST mode, E-mail to <OAUGNet-digest@oaug.com> To switch to the INDEX mode, E-mail to <OAUGNet-index@oaug.com> Send administrative queries to <OAUGNet-request@oaug.com> Index: Date Index | Thread Index Thank you for using the OAUG Listserver Archive.
|
|