Questions & Answers
Active Directory, AS/400, Backup, Business Intelligence, Career Development, CIO, CRM, Data Management, Database, DataCenter, Development, Hardware, IBM DB2, IBM iSeries, IT Strategy, Linux, Lotus Domino, Lotus Notes, Microsoft Access, Microsoft Excel, Microsoft Exchange, Microsoft Exchange 2003, Microsoft Exchange 2007, Microsoft Outlook, Microsoft Outlook 2003, Microsoft Outlook 2007, Microsoft Windows, Microsoft Windows 7, Microsoft Windows Server 2003, Microsoft Windows XP, Mobile, Networking, Oracle, Routers, RPG, RPGLE, SAP, Security, Servers, SQL, SQL Server, SQL Server 2005, Storage, Virtualization, Visual Basic, VoIP, VPN, Windows 10, Windows Server, Windows Server 2008 ...VIEW ALL TAGS
-
How to skip first row of CSV file
My colleague and I are trying to import a CSV file. In one of the programs that we use, the first row of the file is all headers (or titles) that we need to skip since we already put our own in. Is there a way to skip that first row in the CSV file? Perhaps some sort of code? Thank you.
-
How to check if a file has a CSV format
Would anyone happen to know if there's a way I could check if a file has the CSV format in Python? Would the CSV.sniffer work for something like this?
-
FTP file from i5 to PC not creating file
When running an FTP command from a PC to our AS400 (i5), V7R1, the files we are trying to create on the PC have no members on the i5, because they are only used as trigger files and are renamed at certain points in the process. The files are being created on the PC when run from our XP machine but...
-
How does middleware support database communication
Hello, I'm new here. I want to know how middleware supports communication between databases.
Last updated: -
How to convert CSV file into DBF file
Would I be able to convert my CSV file into a DBF file using Python? Perhaps a script would work for this? Thanks so much.
-
Can I get POS system for my retail outlet?
Last updated: -
Access SQL: Records from the Vendors table
For Access SQL, how do I save records from a vendor's table
Last updated: -
ASUS laptop two finger scroll and zoom has stopped working
I have a 9 month old ASUS laptop with Windows 10 and I haven't played with any of the settings but the two finger scroll and zoom has stopped working, I also have to click several times on a link or application for the mouse to pick it up.
Last updated: -
How to get a copy of a picture to edit
How can I get a copy of my picture to edit?
-
How can I access data under MP3 file format?
-
Can C programming be embedded into a microchip?
How can a code like C programming be embedded into a microchip?
Last updated: -
What is the industry standard for call center monthly/annual attrition?
I am trying to gain understanding of industry standard attrition for call centers.
Last updated: -
Is there a deep analysis of the existing AWS/Azure cloud management tools?
I would be very interested in finding out more information about the main features of the best public cloud monitoring & management tools because we don't think is a good idea to pay for several services if we can get an app doing all the necessary together - so a deep analysis of the main...
Last updated: -
Converting JSON file to CSV file using Ruby
My teammate in my department needs to convert our JSON file to a CSV file using Ruby. What's the best way to do that? Thanks very much.
-
SAP: Show storeroom locations when using IH11 to look up BOMs
We use IH11 to look up BOMs. Is there anyway to show storeroom locations on this screen when it is printed?
-
I have a program that allocates an object (*file), calls a program, then deallocates. The dlcobj does not work. RPG PROGA calls CL PROGB which calls CL PROGC. PROGC does the alcobj and dlcobj. However when the program returns to PROGA (interactive RPG), the object is still locked. Any ideas?
Last updated: -
Hi! Can I open two database files in a CL program using DCLF? I've been trying to do it, but I receive an error related to OPNID. If you could send me an example, it would be greatly appreciated. Thanxs. Melissa
Last updated: -
For SAP, what does CJ052 mean?
Last updated: -
I have multiple CSV files that have hundreds of records. I basically have to cut several columns from each file, followed by storing them to another one. This is on Ubuntu / Linux. Does anyone know how to do that?
-
SQL query for descending order
How do I input only each product’s name and sort them alphabetically (in descending order from Z-A)?