Search Results

Search: Posts Made By: Ravichander
2,153
Posted By Ravichander
Hi Akshay, I even removed the blank and...
Hi Akshay,

I even removed the blank and tried it - still facing the same issue. Also I copied few records to a new file (Say 5 lines) and even then - it is occuring !

Data:


21000000...
2,153
Posted By Ravichander
Hi Corona ! Thanks for your guidance and I...
Hi Corona !

Thanks for your guidance and I have used your code like this:


awk 'BEGIN { print "Z = 0;" } { sub(/-/, ""); print "Z += ",$1,";" } END { print "Z;" }' asa.txt | bc


where...
2,153
Posted By Ravichander
Thanks Srinishoo but I am getting exponential...
Thanks Srinishoo but I am getting exponential output like this:


2.38409e+13


Kindly help me on this !

Regards,
Ravichander
2,153
Posted By Ravichander
Aggregation of huge data
Hi Friends,

I have a file with sample amount data as follows:


-89990.3456
8788798.990000128
55109787.20
-12455558989.90876


I need to exclude the '-' symbol in order to treat all...
4,120
Posted By Ravichander
Hi Don ! Thanks for your valubale time and...
Hi Don !

Thanks for your valubale time and analysis ! I have made the requirement simple :

I have extracted the amount column alone into a seperate file and the data pattern of the same will...
4,120
Posted By Ravichander
Hi Don ! The below is the requirement for...
Hi Don !

The below is the requirement for my side to work with unix scripting:

1. The number of records may vary from 200000 to 4500000.
2. The 156th column needs to be calculated for sum...
4,120
Posted By Ravichander
Hi Don ! ...
Hi Don !


TR|XXX|2010-11-30|254367|23840949436509.39
XXX|ACTUAL01|2013|365|XXX|2013-11-30|XXX|XXXR|XX|TR|BAXXXNLBB|XXX9012|23000000|| | |950|289278|999|110|7245| ||| |||||| |||400204828| | |CE...
4,120
Posted By Ravichander
Hi Don ! Thanks for your help in a quick...
Hi Don !

Thanks for your help in a quick time ! :) It works fine for few but not for all ! :( Here is the analysis I done for 3 different files:

Hash total using script and in header has been...
4,120
Posted By Ravichander
Hi Don ! Thanks for the work around...
Hi Don !

Thanks for the work around solution and it is working fine for small files, but when I execute large files..facing below error:


0705-001: bundling space exceeded on line 1 stdin
...
4,120
Posted By Ravichander
Hi Corona.. Can you help me with bc utility...
Hi Corona..

Can you help me with bc utility for this scenario ? I am just new to these functions !

Regards,
Ravi
4,120
Posted By Ravichander
Aggregation of Huge files
Hi Friends !!

I am facing a hash total issue while performing over a set of files of huge volume:

Command used:

tail -n +2 <File_Name> |nawk -F"|" -v '%.2f' qq='"'...
3,092
Posted By Ravichander
Hi, Got The Logic..Thanks a lot !! :)
Hi,

Got The Logic..Thanks a lot !! :)
8,765
Posted By Ravichander
Hi Guru !! I am new to the function of cron...
Hi Guru !!

I am new to the function of cron so couldn't get whats shared over there :( can u help me in understanding it ?

---------- Post updated at 12:44 AM ---------- Previous update was at...
3,092
Posted By Ravichander
Hi Guru, Can u explain this code a bit ? :)
Hi Guru,

Can u explain this code a bit ? :)
8,765
Posted By Ravichander
Scheduling on every 2nd Saturday of a Month
Hi !

I need ur help on a UNIX scheduling Concept understanding :

If I need to schedule a job (Say ETL Datastage job) through a shell script using the Cron function to make it run on every...
3,092
Posted By Ravichander
Splitting of files - Addition of Page Number in the Trailer
Hi,

I need your help on the following Scenario :

Consider a file has 650 records and I need to split this file into 4 files having a maximum of 200 records in each of them and also for the...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 11:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy