Send files as an attachment without uuencode


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Send files as an attachment without uuencode
# 15  
Old 06-28-2011
Code:
%%START CBLOADER CBLOADER                   BRBAI2   000090
01,011600033,011600033,110516,0834,2,90,,2/
02,011600033,011103093,1,110317,0834,,2/
03,105581,,015,+00000416418,,,901,+00000000148,,,922,+000000

00354,,/
03,113806,,015,+00000559618,,,901,+00000000096,,,922,+000000

00621,,/
88,902,+0000000025218,,/
88,100,+0000000000000,0000000,,400,+0000000000000,0000000,/
03,8903816,,015,+00000000000,,,045,+00000000000,,,901,+00000
03,10921029,,015,+00000000000,,,901,+00000000000,,,922,+0000
49,+00000000000000000,00004/
98,+00000425683599208,37275,000148890/
99,+00000425683599208,00001,000148892/

this is my input file my question is
1)Code 922 can be found on either the ‘03’ Record, the ‘88’ Record, or not found on the Account at all. Always change ‘922’ Code to ‘904’ BAI Code when ever found and move the record to the Output File.
2)
If ‘922’ BAI Code does not exist on ‘03’ Record, ‘901’ BAI Code will be there instead, move ‘03’ Record to Output File untouched.
please send reply as sooon as who write script this file

Last edited by Franklin52; 06-28-2011 at 03:48 AM.. Reason: Please use code tags for code and data samples, thank you
# 16  
Old 06-28-2011
Code:
please send reply as sooon as who write script this file

1) what you tried so far ?
2) i asked you to open a new thread (because you suddenly put your question in another person thread)
3) read the Forum rules before post the questions. The UNIX and Linux Forums - Forum Rules
This User Gave Thanks to itkamaraj For This Post:
# 17  
Old 06-28-2011
I attached my file that is my input file,1) my question is
Code 922 can be found on either the ‘03' Record, the ‘88' Record, or not found on the Account at all. Always change ‘922' Code to ‘904' BAI Code when ever found and move the record to the Output File.
2)
If ‘922' BAI Code does not exist on ‘03' Record, ‘901' BAI Code will be there instead, move ‘03' Record to Output File untouched.
# 18  
Old 06-28-2011
1) what you tried so far ?
2) i asked you to open a new thread (because you suddenly put your question in another person thread)
3) read the Forum rules before post the questions. The UNIX and Linux Forums - Forum Rules

Image
This User Gave Thanks to itkamaraj For This Post:
# 19  
Old 06-28-2011
I attached my file

1) my question is
Code 922 can be found on either the ‘03' Record, the ‘88' Record, or not found on the Account at all. Always change ‘922' Code to ‘904' BAI Code when ever found and move the record to the Output File.
2)
If ‘922' BAI Code does not exist on ‘03' Record, ‘901' BAI Code will be there instead, move ‘03' Record to Output File untouched.

---------- Post updated at 01:54 AM ---------- Previous update was at 01:13 AM ----------

%%START CBLOADER CBLOADER BRBAI2 000090
01,011600033,011600033,110516,0834,2,90,,2/
02,011600033,011103093,1,110317,0834,,2/
03,105581,,015,+00000416418,,,901,+00000000148,,,922,+000000

00354,,/
03,113806,,015,+00000559618,,,901,+00000000096,,,922,+000000

00621,,/
88,902,+0000000025218,,/
88,100,+0000000000000,0000000,,400,+0000000000000,0000000,/
03,8903816,,015,+00000000000,,,045,+00000000000,,,901,+00000
03,10921029,,015,+00000000000,,,901,+00000000000,,,922,+0000
49,+00000000000000000,00004/
98,+00000425683599208,37275,000148890/
99,+00000425683599208,00001,000148892/
this is my input file my question is
1)Code 922 can be found on either the ‘03’ Record, the ‘88’ Record, or not found on the Account at all. Always change ‘922’ Code to ‘904’ BAI Code when ever found and move the record to the Output File.
2)
If ‘922’ BAI Code does not exist on ‘03’ Record, ‘901’ BAI Code will be there instead, move ‘03’ Record to Output File untouched.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to send attachment without using uuencode and mutt

Hi, In my Linux am unable to send attachment to mail . Since pkgs for mutt and uuencode is not possible to install any other options for sending attachment will be useful. Tried the below options but its not working. mail -s "testmail" -a <filename> abc@mail.com cat <filename>|mail -s... (4 Replies)
Discussion started by: rogerben
4 Replies

2. AIX

Need to send attachment in Mail without using uuencode via script in AIX6.1

Dear All, Would some one help me with this to send a file as attachment in a mail using a script without uuencode... I am working on AIX 6.1, the thing is I dont have uuencode available... Is there any other alternate possible way to send file attachment with the mail without using uuencode... (11 Replies)
Discussion started by: msmadhan11
11 Replies

3. AIX

How to send attachment using "sendmail" command or without uuencode command

Hi Guys, I dont have uuencode, mutt, base64 command available on my aix machine there is any alternative way to send file as attachement in mail. (1 Reply)
Discussion started by: ns64110
1 Replies

4. Shell Programming and Scripting

How to send attachment using "sendmail" command or without uuencode command

Hi Guys, I dont have uuencode, mutt, base64 command available on my aix machine there is any alternative way to send file as attachement in mail. (3 Replies)
Discussion started by: ns64110
3 Replies

5. Shell Programming and Scripting

How to send attachment without using uuencode

H All I want to send attachment in mail but I dont have uuencode installed in AIX server, there is any alternative way to send attachment in mail. (2 Replies)
Discussion started by: ns64110
2 Replies

6. AIX

Send mail with attachment having csv files

Hi, Could anyone please help me to send multiple files of .csv format in one mail. Thanks Aj (2 Replies)
Discussion started by: atinjain05
2 Replies

7. UNIX for Dummies Questions & Answers

uuencode without attachment

Hi All, I'm using uuencode to send out mail from unix to lotus notes,but i dont have any attachment to send out, I'm getting this message in the body of the mail "Usage: uuencode remotedest" however if i dont use uuencode I'm not able to send out mail Please help Thanks (1 Reply)
Discussion started by: gwrm
1 Replies

8. UNIX for Dummies Questions & Answers

Binary txt file received when i use uuencode to send txt file as attachment

Hi, I have already read a lot of posts on sending attachments in unix...but none of them were of help for my problem...so here goes.. i wanna attach a text file and send to a mail id..used the following code : uuencode "$File1" "$File1" ;|mail -s "$Mail_sub" abc@abc.com it works... (2 Replies)
Discussion started by: ash22
2 Replies

9. UNIX for Advanced & Expert Users

send attachment without uuencode

Hello - In unix, can you tell me IF there is a way to send attachments via email without using uuencode command? Thank you (3 Replies)
Discussion started by: panchpan
3 Replies

10. Shell Programming and Scripting

How to send the multi files as a attachment

Hi all, Could you please guide me to write the shell script, to send a multi file as a attachement . Thanks Murugesh (1 Reply)
Discussion started by: Murugesh
1 Replies
Login or Register to Ask a Question