Search Results

Search: Posts Made By: ajaykumarkona
2,734
Posted By ajaykumarkona
Thanks for your help Could you please help...
Thanks for your help

Could you please help me to print the count as
Number of records in the file abcd is 1122.
Thanks in advance
2,734
Posted By ajaykumarkona
Number of records in a file of a particular directory
Hi All,

I want to find the number of records in a file of a particular directory

I have a file as abcd.txt in the path
var/hr/payments/

I want to find number of records in abcd.txt file...
1,303
Posted By ajaykumarkona
Thanks for your reply Suppose the files are...
Thanks for your reply

Suppose the files are as follows in the path var/hr/payments/
abcd.txt created on Jun 30
hrm.txt created on Jun 30
hr333m_20110630.txt created on...
1,303
Posted By ajaykumarkona
Please help me to write the script
Hi All,

I have written the follwing script to take the backup of the file every day
along with the date.

DATE=`date +%Y%m%d`

export DATE

cp var/hr/hr333m.txt cp...
1,308
Posted By ajaykumarkona
copying multiple files
We want to copy the data from all the files SPR_201103* to AMGEN.
We tried the following command

cp $AGENT_DATA/amgen/SPR_201103* $AGENT_DATA/AMGEN


amgen is directory .
AMGEN is file we are...
8,896
Posted By ajaykumarkona
Thanks for your prompt reply. We are using the...
Thanks for your prompt reply.
We are using the following code only before it's running fine.Now the password has been expired so that we are getting the error .

Login incorrect.
Login failed.
...
8,896
Posted By ajaykumarkona
FTP failed
Hi All,
We are using the following step to place a file in server using FTP

STEP_EXECUTE STEP090 /usr/pjc/bin/FTP -i
DATASET FTPIN $sic/ctl/ftpsic.ctl DISP=OLD,KEEP,KEEP
STEP_END

If we run...
2,799
Posted By ajaykumarkona
SQL*Loader
HI Experts,

We have a ksh file named ldr_empdelta.ksh and it is having the SQL*LOADER script as follows.

print "LOAD DATA" > $WEDB_GEN/ldrscan.ctl
print "INFILE...
1,455
Posted By ajaykumarkona
need help on grep
We have 90 sql files.
In that I want to find which sql file contains DELETE statement along with a particular table name.

I tried grep -i 'delete' *.sql

But is is displaying all SQL...
4,488
Posted By ajaykumarkona
Yes it is creating logs. In the logs it is...
Yes it is creating logs.
In the logs it is showing no.of records are deleted and no.of records are updated .
Log is created properly.But the job is not completing.
4,488
Posted By ajaykumarkona
But it is completing automatically sometimes.
But it is completing automatically sometimes.
4,488
Posted By ajaykumarkona
The script of the job like this. Please help me...
The script of the job like this.
Please help me

#!/bin/ksh

. $HOME/.jobmanrc

. $pjc_bin_path/PJCEFUNCS

JOBNAME wedsupvj APPLICATION=$wedb_app_name MAXCOND=01 AUTOSTART...
4,488
Posted By ajaykumarkona
Job is taking long time
Hi ,

We have 20 jobs are scheduled.
In that one of our job is taking long time ,it's not completing.
If we are not terminating it's running infinity time actually the job completion time is 5...
Showing results 1 to 13 of 13

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