When I look for mannual enry of any of the command in Unix,
such as #man ls, I get a message "Reformatting entry.
Wait..." and control comes to a next command prompt.
what is the problem?
58
hi can any one tell me.... do we need to use color catridge
also in HP Deskjet 630C series printer.... i have kept only
black catridge but its not working.......
88
ORA-26079: file "string" is not part of table string.string
58
ORA-26026: unique index string.string initially in unusable
state
ORA-26028: index string.string initially in unusable state
80
hi,
i am trying to do modular test tree in winrunner but i am
getting error like "Error in the Expression list",can you
please tell e what kind of error is this?
thanks.
73
NZE-28868: Peer certificate chain check failed.
26
What is probability to guarantee that the task a programmer
is going to create will be created and be able to run on a
particular system (RTOS/GPOS).
59
ORA-16516: The current state is invalid for the attempted
operation.
100
IMP-00063: Warning: Skipping table "string"."string" because
object type "string"."string" cannot be created or has
different identifier
20
when will we use lsmw , bdc and bapi?
which will be easy to use and which is used for which type
of data
73
Given that two int variables, total and amount, have been
declared, write a loop that reads integers into amount and
adds all the non-negative values into total. The loop
terminates when a value less than 0 is read into amount.
Don't forget to initialize total to 0.
Instructor's notes: This problem requires either a while or
a do-while loop.