Search Results

Search: Posts Made By: jhon1257
1,582
Posted By jhon1257
but I do not want the Administrative...
but I do not want the Administrative certifications I need developers certifications.
1,582
Posted By jhon1257
UNIX Certification
Hi,

I am willing to do UNIX certification other than Administration. Could any one suggest me which unix developers certification will be better to do get good employment opportunities.

Thanks...
Forum: Programming 12-04-2012
3,618
Posted By jhon1257
Program terminated with signal 11, Segmentation...
Program terminated with signal 11, Segmentation fault.
This was the error i got and from the gdb i got the below error
#0 0xffffffff75b84d38 in t_splay () from /lib/64/libc.so.1
#1 ...
Forum: Programming 12-04-2012
3,618
Posted By jhon1257
void *mallocX(size_t vintNumberOfBytes) { ...
void *mallocX(size_t vintNumberOfBytes)
{
static const char *strRoutine = "mallocX";

return (malloc(vintNumberOfBytes));
}


While using the above...
Forum: Programming 12-03-2012
3,618
Posted By jhon1257
Can any one provide the solution for the problem...
Can any one provide the solution for the problem so that I can get it worked.
Thanks in Advance..
Forum: Programming 11-30-2012
3,618
Posted By jhon1257
When am using return(malloc(intnumberofbytes) for...
When am using return(malloc(intnumberofbytes) for a void function am getting a bus error.
I got below error list after GDB

0xffffffff75b84d38 in t_splay () from /lib/64/libc.so.1
#1 ...
Forum: Programming 11-29-2012
3,618
Posted By jhon1257
strstr() in Solaris System
Can any one help with the function strstr() in Solaris unix.
The equivalent function of strstr() in Solaris Unix. This function is working in HP Unix but not in Solaris Unix.
Forum: Programming 10-12-2012
850
Posted By jhon1257
Using the File to search string
HI All,

Am searching strings in a file, getting the string from data base in the code.
If i take 10 strings as search input from data base am getting the output correct, if am taking more than 10...
Forum: Programming 09-18-2012
764
Posted By jhon1257
Searching String which repeates
Hi All,

Any one please help me with the below scenario.
I have a file with the data like below
This is the integer variable name is <abc1>
This is the Float variable name is <abc1>
This is the...
4,786
Posted By jhon1257
Command in unix
the thread is deleted
2,205
Posted By jhon1257
lint in unix
Hi All,
Can any one help me in how to run "lint command " on .c files to list all functions with wrong return value in hp unix.

Thanks in Advance.
1,879
Posted By jhon1257
How to get the date in dd/mm/yyyy format using...
How to get the date in dd/mm/yyyy format using the above command
1,879
Posted By jhon1257
I did not got the solution from the above link,...
I did not got the solution from the above link, please help i need the last week's date and yesterdays date.....
1,879
Posted By jhon1257
Last weeks date
I am unable to get the last week date i tried to use the following commands but i failed
Please help, and am using HP unix

date -d "+1 week"
date --date=yesterday +%y%m%d
869
Posted By jhon1257
mailing with both data and attachment
Hi all,
for sending mail in shell script am using mailx command but am un able to send both the data and attachment can any one please help me am using the following command


ux2dos...
2,689
Posted By jhon1257
am Getting the desired output but when am sending...
am Getting the desired output but when am sending this using mailx command am facing the alignment problem as follows...

CHANGENUMBER|SUMMARY ...
2,689
Posted By jhon1257
Thank you so much it worked
Thank you so much it worked
2,689
Posted By jhon1257
Getting the following error select...
Getting the following error
select ChangeNumber||'|'||Summary||'|'Status||'|'||Assert from dual
*
ERROR at line 1:
ORA-00923: FROM keyword not found...
2,689
Posted By jhon1257
The query output is assigned to a variable called...
The query output is assigned to a variable called count and am printing it when i print it am getting the above mentioned output but i need it to be in a table format like in pl/sql like...
2,689
Posted By jhon1257
Am directly redirecting the output to $count, I...
Am directly redirecting the output to $count, I do not know exactly the quote is...
2,689
Posted By jhon1257
Sqlplus Help
When i run the following script am getiing the output correct but i want to get it in the form of a table, could any one help me please. the script is a s follows

count=`sqlplus -s...
Forum: Programming 04-09-2012
1,259
Posted By jhon1257
Sql Procedure in Pro C file
Hi,

Can any one help me how to write a sql procedure in a pro *c file for selecting the data from a database and inserting the rows into a queue in a .pc file.

thanx in advance.
Forum: Programming 02-23-2012
1,798
Posted By jhon1257
Thank you for help got the solutions..:D
Thank you for help got the solutions..:D
Forum: Programming 02-22-2012
1,798
Posted By jhon1257
How we'll redirect this to a file???
How we'll redirect this to a file???
Forum: Programming 02-22-2012
1,798
Posted By jhon1257
HI, I am using this for coping the data from...
HI,

I am using this for coping the data from one file to other file with file name between each file.

while(!feof(stdin)) {
while ((fgets(strLine,sizeof strLine, stdin) != NULL) &&...
Showing results 1 to 25 of 29

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