Get answers.  Share knowledge.  Collaborate with peers.




Creating DB of stories from documents for a website
I would recommend the Open Source Drupal content management (www.drupal.org) platform to create a searchable fanfiction database/website as all content is stored and searchable in the database which can be MySQL, Oracle, or SQL Server.

View Answer   |  January 13, 2012  7:16 AM
Access Database, Access Database Design, Database design, Database Development, Database issues, Web development, Web development tools
answered by:
2,280 pts.

Capacitation
To get started in SAP you should consider SAP training and certification, combined with contracting/consulting opportunities assuming you work somewhere that does not run SAP, and if your current employer uses SAP you should offer to assist after you complete your training and certification. More information about SAP training and certification can be found at [...]

View Answer   |  January 13, 2012  6:55 AM
Learnig SAP
answered by:
2,280 pts.

Receive external mail
By the way, I use my hotmail account to test to send to my Lotus email and see whether it is forward to my yahoo account.(the forward mail to my yahoo account rules been set in my Lotus Notes). It is unsuccessful and unable to receive any mail from hotmail even though the forward rules [...]

View Answer   |  January 12, 2012  11:42 PM
Lotus Notes Domino 8.5
answered by:
30 pts.

Time Elapsed
Total hours is defined as numeric and should be defined as a time field like your ither fields.

View Answer   |  January 12, 2012  7:12 PM
AS/400
answered by:
32,785 pts.

Notepad++ Regex to delete a line
Use the Extended mode, not the RegEx mode. Then this should work for you: \r

View Answer   |  January 12, 2012  6:49 PM
as/400 data
answered by:
15 pts.

MDM Policy for iPhone
u can get it from apple stores…

View Answer   |  January 12, 2012  4:27 PM
Consumerization, MDM, Mobile Device Policy
answered by:
40 pts.

iSeries : Current Un Protected Usage.
It’s been a while since I had to look into a problem like this but… Does the value change during the day? or from day to day? If the large difference is showing it may be due to a system IPL. If it’s changing during the day it may be due to the number of [...]

View Answer   |  January 12, 2012  4:12 PM
ASP, DASD, Memory, RAM
answered by:
3,890 pts.

How do I copy a file multiple times and rename it different every time
is this file on a PC or other system? If it is for a PC you can create a batch program with a text editor. simply change to the dir where the file is stored. then enter the file copies. CD mydir copy myfile.txt myfileA.txt copy myfile.txt myfileB.txt copy myfile.txt myfileC.txt then save as a [...]

View Answer   |  January 12, 2012  4:06 PM
Batch file, PowerShell, Scripting
answered by:
3,890 pts.

Printer IP’s
You should be able modify the progam at the following link to do what you need. http://www.think400.dk/apier_3.htm#eks0014

View Answer   |  January 12, 2012  3:05 PM
iSeries printing, Print management, Printer management
answered by:
5,830 pts.

DB2 database on Iseries
The DSPOBJD command will give you the size of an object. You can output that to an OUTFILE and then total it up.

View Answer   |  January 12, 2012  1:48 PM
Database, iSeries
answered by:
32,785 pts.

Multiple member
Hi Satheesh, its not possible to open and close the members one by one. suppose if file have 25 members, its inappropriate. There should be some other method which reads each members and checks. Renjith

View Answer   |  January 12, 2012  9:30 AM
PF member
answered by:
285 pts.

display all recrods that start with A
I think, You should be talking about a subfile, which will have a <b>position to</b>, where you will need to enter the starting character(R*). You can use the SETLL indicator to point the File to the required position. In this case, to point to the records, which will start with ‘R’. From there, you can [...]

View Answer   |  January 12, 2012  9:13 AM
filter records based on a character
answered by:
3,370 pts.

creating VL, PO, data selection for CL
Hi, It is Version list, Processing Options that are used in worldsoft. We can create PO, VL for a rpg program.. i want to know whether it is possible for a CLP program or not? Jayashree V.

View Answer   |  January 12, 2012  8:33 AM
Control Language Programming
answered by:
185 pts.

FILES
PF1: Name 25 A Code 10 S 0 Location 30 A PF2: LCode 10 S 0 LLocation 30 A LName 25 A we can’t copy pf1 to pf2, because pf1 and pf2 field are interchanged. so we can’t copy.. if you try to copy your records, it ll show like this ‘+++++++’ best you try [...]

View Answer   |  January 12, 2012  5:44 AM
FILES
answered by:
3,740 pts.

IP address for local server
U can PING the server name sothat u will get the IP address.

View Answer   |  January 12, 2012  4:59 AM
File Server, FTP, IP address, Server
answered by:
285 pts.

Career Advise DW & BI background + MBA
The benefits of a Graduate degree such as a MBA or Masters in Information Systems come down to future marketability and equalization with many other potential job candidates who also hold Graduate degrees which is becoming more and more common. Nothing beats hands-on experience, but when combined with a Graduate degree and IT certifications, the [...]

View Answer   |  January 12, 2012  1:59 AM
Data warehousing, ETL, IT careers, IT certification, IT certification and training
answered by:
2,280 pts.

IT Certification
Hi, Other than a BSEE, I have no certifications at all. I currently have a very successful consulting career, working with C-Level executives in very large enterprises, and no certifications have been and are required. The only things that are required are 1) a detailed knowledge of how IT works; 2) Experience doing the kind [...]

View Answer   |  January 12, 2012  12:25 AM
certification, IT certification, IT training, IT training and certifications
answered by:
2,280 pts.

Top IT Certifcations
Cloud Security Alliance’s CCSK will gain momentum in 2012 due to security related issues in Cloud Computing. Other than that, Java certification will retain its value. As I am sure all Microsoft and Oracle certifications will too.

View Answer   |  January 12, 2012  12:15 AM
IT certification
answered by:
2,280 pts.

Wipe the configuration for Cisco 2811 Router
By wipe the switch, I assume you mean to reset to factory default settings, if so here is a link to the Cisco instructions – http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_tech_note09186a00802017a1.shtml

View Answer   |  January 12, 2012  12:11 AM
Cisco 2811 Integrated Services Router
answered by:
2,280 pts.

Execute SQL SELECT via RUNSQLSTM error
If you are just selecting records from a file, you cannot use SELECT if you are using RUNSQLSTM. If you are doing a different function such as INSERT or DELETE and basing this off of a selection from a different file, then you can use SELECT. I put a simple statement in a soiurce member [...]

View Answer   |  January 11, 2012  5:11 PM
RUNSQLSTM, SELECT statement, SQL
answered by:
32,785 pts.