Technology questions and answers - IT Knowledge Exchange
Get answers.  Share knowledge.  Collaborate with peers.



1 - 20 of 200
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>

IBM System Storage TS3310 Tape Library

Hi, I want to have a better understanding of  [strong]'IBM System Storage TS3310 Tape Library'[/strong].I have the IBM documentation,but things are not very clear . For Example: i)How this is different from 3590 tape drive where libraries are backed up in sequence. ii)Can this drive support...

Answer Question   |  Dec 3 2009  12:22 AM GMT
TS3310 Tape Librar
asked by Hugheswilliams

  105 pts.

Write a PL/SQL code to create a procedure which, when evoked, will increase the salary of a grade by £500 or £1000 depending on the level of the grade

Write a PL/SQL code to create a procedure which, when evoked, will increase the salary of a grade by £500 or £1000 depending on the level of the grade. You will need to populate the table first with a minimum of 10 entries, the empgrade value should be between 1 and 5, and the idea is the higher...

asked by Mah

  25 pts.

. Write a PL/SQL code to create a procedure which, when evoked, will increase the salary of a grade by £500 or £1000 depending on the level of the gra

. Write a PL/SQL code to create a procedure which, when evoked, will increase the salary of a grade by £500 or £1000 depending on the level of the grade. You will need to populate the table first with a minimum of 10 entries, the empgrade value should be between 1 and 5, and the idea is the...

asked by Mah

  25 pts.

I have 100s of entries in my address book but contact list says no contacts

Until a couple of days ago there was no problem. I do not know what I might have done for this problem to appear but although I have many entries in my address book and my contact list always displayed all of them, it no longer does and it specifically says "no contacts". What's wrong? ...

Answer Question   |  Dec 3 2009  6:46 AM GMT
contacts, contact list, display contact list
asked by Auntieqq

  5 pts.

Working with STRSQL command in AS400

How to select a particular member from Physical file through STRSQL. Can anyone give me the sample sql statement to access a particular member from Physical file ? Thanks in advance.    

asked by AmuthaTPT

  30 pts.

Thanks carlosdl

Yes i expected these kind of material. thanks mr.carlosdl Software/Hardware used: oracle apps

Answer Question   |  Dec 3 2009  4:27 AM GMT
thanks
asked by Rajkumarsva

  25 pts.

Authority problem from Windows XP

We have created a Share in the IFS for a client. They have a User profile on the I-series and the Share has been set up using that User profile. A file has been put into the shared folder and given full authority to the object. However when the client opens the file it comes up as Read only. Why? ...

Answer Question   |  Dec 3 2009  2:25 AM GMT
IFS share file authority
asked by RobertHart

  5 pts.

SAP Certification

Once you get certified who holds the certification. Can you get copies of the certifications.

Answer Question   |  Dec 3 2009  0:31 AM GMT
Certifications
asked by Thegirl1

  5 pts.

How to determine if ANY fields have changed in a file, when user maintains a record of info

I have maintenance programs that need audit records created when someone changes any field, within a record, within my existing RPG maintenance program. Software/Hardware used: I5 - OS/400 V5R4

View Answer   |  Dec 2 2009  9:06 PM GMT
V5R4, AS/400, RPG
asked by Ecgrantb

  5 pts.

SharePoint 2007 question

I am working with SharePoint and have a powerpoint slideshow running in a webpart instead of opening in Powerpoint. I had to do this by saving it as a .mht, is there some code I could put in on a library that would allow me to have it change from a PPTX to a MHT extension without having everyone...

Answer Question   |  Dec 2 2009  7:08 PM GMT
SharePoint 2007, PowerPoint 2007
asked by Scarter42

  5 pts.

Opening a file from a program vs. from a folder

We have a shared folder on our server where we store spreadsheets, documents, etc.  It uses Server 2003 Small Business.  If I search for a file using explorer and try to open it, there is usually a decent amount of lag before it opens.  If I open the program and search to open the file from...

View Answer   |  Dec 2 2009  6:18 PM GMT
Microsoft XP, Excel 2007, Word 2007
asked by XENOPHON22

  300 pts.

Remote viewing with Process Monitor v2.8

Can the Process Monitor v2.8 monitor a remote server? And if so, what is the process? I need to monitor some 64bit virtual servers with Windows 2003 as the O/S. Software/Hardware used: from Vista to Windows 2003

asked by AJ2009

  5 pts.

How use CPYTOPCD to record 240 long

I have tried to create a file where every record is 240 characters long. Every record should be filled with spaces if the record is shorter than 240 char. In my program I use CPYTOPCD option TRNFMT(*NOTEXT) but the record is cut on 132 characters.Please, anybody could help me to solve...

View Answer   |  Dec 2 2009  5:20 PM GMT
CPYTOPCD, AS/400 Records
asked by Xaviers

  5 pts.

2003 Exchange Defragmentation

About how long would a server take to defragment using Eseutil utility. The server has a Intel Xeon 2.33GHz CPU, 2Gb of ram, 100Gb HD and the DB is 22Gb. Software/Hardware used: Intel Xeon 2.33GHz CPU, 2Gb of ram, 100Gb HD and the DB is 22Gb.

View Answer   |  Dec 2 2009  3:37 PM GMT
Defragmentation, Eseutil utility, Exchange 2003
asked by JustPlayIT1

  5 pts.

about sap basis

hi i completed BE(ECE).. shall i join in sap basis but i dont have full knowledge in networking and tell. please help me Software/Hardware used: software

asked by Rathinamdharanidhar

  5 pts.

How do I preserve network communication among all schools on the network given the addition of three new routers on the network?

Question: We currently have a flat network between seven schools in our school division using LANSPAN. Their is only one router in the network at our Central Office where all Internet traffic comes through. Now, fibre technology has been added to all schools with a router in place at each school....

View Answer   |  Dec 2 2009  3:21 PM GMT
Routers, Networks, Domain
asked by Skenny

  35 pts.

Barcode Printing

I've written a program that prints barcode labels to my HP 1060 laserprinter which is locally attached to my pc use the DOT4_001 port. I also have a Zebra LP 2844 label printer attahced using the USB001 port. The label prints fine go to the HP 1060 printer, but it doesn't print anything when I...

View Answer   |  Dec 2 2009  2:49 PM GMT
Barcode printers, Barcode, AS/400
asked by DLM2007

  120 pts.

exact functionality of SFLSIZ

In Load All: Is it possible to display more records beyond SFLSIZ for a subgfile? I thought we can display upto SFLSIZ records, but I amazed to see that its possible I declared SFLSIZ(10) and I'm able to display more than 10 records. Can any one tell what exactly SFLSIZ functions? ...

View Answer   |  Dec 2 2009  1:54 PM GMT
RPG/400
asked by Kar

  155 pts.

SNMP

How to find the Green OID & Blue OID in snmp traffic grapher

Answer Question   |  Dec 2 2009  1:17 PM GMT
Networking, SNMP, OID
asked by Vptechie

  55 pts.

SETON LR and RETURN.

Diff between SETON LR, RETURN. Please tell with an example Software/Hardware used: Iseries

View Answer   |  Dec 2 2009  9:42 AM GMT
AS400 - DDS, SETON
asked by Kar

  155 pts.

1 - 20 of 200
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>