Search Results

Search: Posts Made By: Ram Kumar_BE
11,770
Posted By vbe
This is for a SAS 9.4 : ...
This is for a SAS 9.4 :
HOME=/opt/sas/9.4/SASFoundation/9.4/

You should have config files for share, if you dont
Go to $HOME/utilities/bin
If you dont have a directory called files create it...
11,770
Posted By vbe
OK but You will have to wait I get to work...
OK but You will have to wait I get to work...
11,770
Posted By vbe
The message is quite clear, someone else is using...
The message is quite clear, someone else is using the file...
To overcome contention issues SAS offers a module ( for $$$) called SAS SHARE...

You could write a bit of SAS code to when it sees a...
2,932
Posted By RavinderSingh13
Hello Ram, Following may help you in same. ...
Hello Ram,

Following may help you in same.

find /usr -type f -name "sync_dailyscheduler_data.sh" 2>/dev/null
Where -type f means it will look for only files, -name means it will look for the...
2,932
Posted By RudiC
Why not just grep "% Retail by State"...
Why not just grep "% Retail by State" /usr/sas/reports/RetailSalesTaxallocation/*
2,932
Posted By RavinderSingh13
Hello Ram, Let me explain you completely...
Hello Ram,

Let me explain you completely here about the code shown above.
Let's say we have following example files.

cat ./test34233
% Retail by State

cat ./test34232
% Retail by State...
2,932
Posted By RavinderSingh13
Hello Ram, If I understood correctly you...
Hello Ram,

If I understood correctly you need to search a word % Retail by State in all files under path /usr/sas/reports/RetailSalesTaxallocation. Following may help you in same.

find...
1,508
Posted By RavinderSingh13
Hello Ram_Kumar_BE, You could try following...
Hello Ram_Kumar_BE,

You could try following for same.

#!/bin/sh
echo "fname" > output_file.txt
for i in "/usr/sas/sas_config/Lev3/SASApp/StoredProcessServer/Logs/SASApp_STPServer_"$(date...
2,419
Posted By RavinderSingh13
Hello Ram, There are two ways to complete...
Hello Ram,

There are two ways to complete this request.
I- Keep getting a output file which has particular day's date in it's name itself, so each day files will be unique and different names.
...
2,419
Posted By RavinderSingh13
Hello Ram, You should put $i as follows in...
Hello Ram,

You should put $i as follows in code.

#!/bin/sh
for i in "/usr/sas/sas_config/Lev1/SASApp/StoredProcessServer/Logs/SASApp_STPServer_"$(date +%Y-%m-%d --date "4 day...
2,419
Posted By amit2015
$ cat f1 ...
$ cat f1
/usr/sas/sas_config/Lev1/SASApp/StoredProcessServer/Logs/SASApp_STPServer_2015-08-27_tmptcmsaslva2_19142.log...
4,179
Posted By RavinderSingh13
Hello Ram_Kumar_BE, Following may help you...
Hello Ram_Kumar_BE,

Following may help you in same, you can Thank you button on left of every post to thank any user in this forum :b:

for i in /tmp/"SASApp_STPServer_"$(date +%Y-%m-%d --date...
Showing results 1 to 12 of 12

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