Hello Folks
I am looking for logic help for below scenerio with respect to AIX n unix script
1) We need to get the date of all the saturday in yr
2) L_o left over days is weeks left over days for previous month for eg.
first sat of feb is 4th of feb in that week we have 29 - 30 - 31 from Jan so 3 left over days
so we need to have 2 entries for this date one in jan and one in feb with l_o days as 3 and 4 resp.
Expected output will be something like this
.
Please let me know if more information is needed
Thanks in advance
Last edited by methyl; 02-01-2012 at 09:31 AM..
Reason: please use code tags
May will look like this
Regarding 2nd point one will definatively need this table in year process where you load the dates which is refer in processes which runs throughout year.
Last edited by Scott; 02-04-2012 at 05:24 PM..
Reason: Code tags...
Hi,
my file has the data like below:
11,231,ABCVAV
22,AAHJHAj22,hdsjkhdls
22,dhskjhdkshd
22,gdgkdkadh
11,232,dgsjgdjh
22,ghdskahdkja
22,shdkajshs
11,233,ddjs
22,dhjkahkd
22,hsajhaah
11,231,sjkjsjj
22,ahkh
22,hsakh
From the above i need only the records which starts as 11,231... (5 Replies)