Hi.
I have one the file "diogo.txt" with this format:
one
two
thee
four
and when i execute the next command:
{
while read line_data
do
echo "${line_data}"" "
done
} < diogo.txt
it gives me:
one
two
thee
four
Is there any way, to see in the right way.
Thanks any way.
DR
Hi.
I'm doing a backup of two volume group's to two tapes.
The first backup take, the first tape and a little of the second, and the second takes a little of the second tape.
The command i use to make the backup is:
/usr/bin/savevg -Xif'/dev/rmt0.3' ssavg
/usr/bin/savevg -Xif'/dev/rmt0.1'...
Hi...
Is there any way that i could transform some lines in only one.
Ex.
Jonh Smith B 123
Jonh Smith E 456
Jonh Smith E 789
Denis Smith B 123
Denis Smith E 456
transform in
Jonh Smith 123 456
Jonh Smith 123 789
Denis Smith 123 456
Thanks any way...
DR
Hello.
Can some one help me.
I have one file with 30 lines, and i want to obtain the lines between line number 15 and line number 18.
Is there any way?
Thanks any way.
Hello.
Can i make a "select" where the "from" is the result of another select.
In db2 is something like this:
"select * from (select * from table) as temp."
Thanks any way...
DR
Hello.
when i run a step in the Data Warehouse Center, it gives me this error:
There are no pages currently available in bufferpool "4096"
I saw the buffer pools and they have the same size in another machine where we make developments, and am lesser.
Someone can explain why?
DR
Hello.
I have a document 'txt' that the edges are not justified.
I wanted in the line of commands to open word and to justify the text automatically.
It is possible?
Thanks any way...
DR
Hello.
I am making one join between two tables.
If i use two local tables it uses one index, if i use a local table and another one remote(with the same data), it already does not use no one index.
Why?
DR
Hello.
I'm trying to create two indexes for two tables.
But when i do the sql explain, with the indexes or without the indexes the estimated cost is the same.
The index:
1. CREATE INDEX TRICS200_IDX1 ON TRICS200 (T_ORNO ASC, T_PONO ASC )
2. CREATE INDEX TRTOC850_IDX1 ON TRTOC850 (T_ORNO ASC...
Hello.
I'm try to migrate an aix machine from aix 5.1 to aix 5.2.
But when i put the first cd, it goes to a diagnostic menu, when i supose it must be to
I am trying to make a migration of aix 5,1 for aix 5,2. But when I place the first cd, it goes for a menu of diagnostics, when I find that...
Hello.
Is it possible to create a procedure that do a uncatalog and a catalog of a database?
I have tree instaces. And i want to create a procedure in instace A, that do de uncatalog of instace B and catalog the instance C as B.
Is this possible?
Sorry for my english.
Thanks any way...
DR
I have create a procedure but, it doesn't run.
Someone can help me?
CREATE PROCEDURE DB2ADMIN.DELETE_TABLE
(IN TABLE CHARACTER(50)
)
SPECIFIC DB2ADMIN.DELETE_TABLE
LANGUAGE SQL
NOT DETERMINISTIC
CALLED ON NULL INPUT
MODIFIES SQL DATA
INHERIT SPECIAL REGISTERS
begin
declare...
Hello.
When I make lpstat, the printers appear in the order where they had been created.
It has some possibility of commands them with I to quizer? To modify the order of disposal in some filing-cabinet?
Thanks any way...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.