Search Results

Search: Posts Made By: thana
Forum: Programming 11-06-2010
21,656
Posted By thana
Cannot find include file: <sqlca.h>
All,
I am getting the following error

License : Got the license for Sun WorkShop Compiler C SPARC continuing..
"rlnseg_test.c", line 300: cannot find include file: <sqlca.h>
"rlnseg_test.c",...
Forum: Programming 11-04-2010
2,115
Posted By thana
License error
All,
When I am trying to complie a c code, I am getting the following error below. Anyone please tell me where to fix it.


#cc -o hello.exe hello.c

License Error : Cannot find the license...
Forum: Programming 11-04-2010
4,261
Posted By thana
I am using SunOS to complie it.
I am using SunOS to complie it.
Forum: Programming 11-04-2010
4,261
Posted By thana
Hi, I do not have GCC; I am using CC and want...
Hi,
I do not have GCC; I am using CC and want to build .EXE not .O file.

Thanks,
Premjit
Forum: Programming 11-04-2010
4,261
Posted By thana
How to build .exe from c
All,
I have never comipled C code before and would appricaite if anyone could tell me how to build a .exe from a C program.


Thanks in advance.
7,846
Posted By thana
How do i add my IP address to relay database ....
How do i add my IP address to relay database . And please let me know the steps to set up a mail server.
7,846
Posted By thana
550 5.7.1 Relaying denied During Send mail in UNIX
Hi ,

I am new to Send mail concept in UNIX , when ever am trying to send a mail am getting this errors , Could anyone please help me .

reason: 550 5.7.1 .. Relaying denied
Forum: IP Networking 04-09-2010
1,693
Posted By thana
Changing network parameter in Existing OS image
Hi , Can some one tell me , is there a way to change the existing network parameter in existing OS image , or do i have to create a new image to have new network parameters .
Forum: IP Networking 04-06-2010
3,749
Posted By thana
How to disable NIS server
Hi ,

I have HPUX system booted up in single user mode, can i disable NIS Server in this mode ?

---------- Post updated at 11:36 AM ---------- Previous update was at 11:35 AM ----------

Can...
1,464
Posted By thana
It was a magic :) ---------- Post updated at...
It was a magic :)

---------- Post updated at 07:05 PM ---------- Previous update was at 07:03 PM ----------

Could you please tell me the "1" in the code below
....next}1'
1,464
Posted By thana
Some kind of error. I am not able to find it. ...
Some kind of error. I am not able to find it.

awk: syntax error near line 1
awk: bailing out near line 1
1,464
Posted By thana
Pattern matchin Between Two Files
Hi All,
I have two files as below:

file1 file2
AAAA CCCC,1234,0909
BBBBB AAAA,1234
AAAA DDDD,23536,9090
CCCC ...
10,443
Posted By thana
Find and replace pattern in VI editor
All,
I have a text file which has the following data

X_SQL_13,X_SQL_14,X_SQL_15,X_SQL_16,X_SQL_17,X_SQL_18,X_SQL_19,X_SQL_20,X_SQL_21,X_SQL_22,X_SQL_23,X_SQL_24,X_SQL_25,X_SQL_26,X_SQL_27,...
1,490
Posted By thana
superb!!!! thanks guys :)
superb!!!! thanks guys :)
1,490
Posted By thana
No output
All,
I have a small program which reads 2 text files. Text files has the below layout
dictionary
C_BOX LB_BOX
C_CHAIR LB_CHAIR
C_HAT LB_HAT

lookup
C_HAT
C_BOX
C_CHAIR
...
6,459
Posted By thana
Thanks for the information. So in shell scripts...
Thanks for the information. So in shell scripts we do not have anything by which we can throw and catch user defined error?
6,459
Posted By thana
Its not calling the function and not printing the...
Its not calling the function and not printing the "Caught" statement.
6,459
Posted By thana
How to trap
I have a script
#!/bin/ksh

trap cleanup 20

cleanup()
{
cat $t.log
echo Caught
exit 1
}

if [ `echo ABCDEFGHORA|grep -is "ORA"` ];then
echo Found >>t.log
exit 20
else
...
3,847
Posted By thana
Why not pass 40 lines at a time to the awk...
Why not pass 40 lines at a time to the awk script..
2,134
Posted By thana
Thanks :b:
Thanks :b:
2,134
Posted By thana
Assigning inside for loop
If I have 3 variables and I want to check if any of these is null. If one of them is null then it should be assigned a value of 0.I have the following code below.
The output should be 0 is A, 11 is...
4,038
Posted By thana
How about if one of the value is null ie...
How about if one of the value is null ie first_key=1 second_key= third_key=3.
Here the second_key is null.Is the perl script here going to read the values of second_key as " " or the string...
4,038
Posted By thana
I want to store it in an associative array where...
I want to store it in an associative array where subscripts may be a string eg
arr[first]=1
arr[second]=2
......

so when we echo $arr[first] , it should give me 1
13,694
Posted By thana
SELECT...
SELECT 'D_PROC='||TO_CHAR(D_PROC,'YYYYMMDD'),'I_REPROC='||I_REPROC,'C_TYPE_FILE='|| UPPER(TAML000.C_TYPE_FILE),
...
4,038
Posted By thana
store key value
Hi All,
I have a string like
echo $var
D_PROC=20080723 I_REPROC=N C_TYPE_FILE=INBOUND

Now I want it be stored in an associative array so that when we

echo $arr[D_PROC] it should be ...
Showing results 1 to 25 of 63

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