5 pts.
10 pts.
Harvard Graphics .RLB file open to watch
I have an old program which uses RLB files for video clips. The EXE file is hopelessly out of date and I would like to watch the clips. I have a file viewer that reads the ASCII file but I would like to see the footage. Is there anything out there that will let me [...]
Answer Question
| May 1, 2013 1:10 AM
.EXE file,
.RLB file
10 pts.
Creating a .CVS file
How to create a .CVS file using CPYIMPF? This is what I have tried. PGM DCL VAR(&FILENAME) TYPE(*CHAR) LEN(100) + VALUE(‘/qDLS/AJ73/AMIT’) DCLF FILE(AMITLIB/AMITPF) OPNID(OPNID1) CALL PGM(EMPPLY) CHGVAR VAR(&FILENAME) VALUE(&FILENAME *TCAT ‘.CSV’) CPYTOIMPF FROMFILE(AMITLIB/AMITPF) + TOSTMF(‘&FILENAME’) FLDDLM(‘,’) ENDPGM It gives a copy error.
Answer Question
| April 25, 2013 6:19 AM
.CVS file,
CPYIMPF
380 pts.
How do I get my DVD Player to work on my TV?
I have an old, 1992, Zenith TV, and I can’t connect it to my, 2010, Magnavox DVD Player. The TV has a Video In, Audio In, and Speaker Out jacks. It also has an Antenna jack, too. The DVD Player has Video In and both audio jacks. I’ve tried plugging in the audio-video jacks into [...]
Answer Question
| April 1, 2013 4:50 PM
1992,
2010,
Dvd,
H2093Y,
Magnavox,
MDV2100/F7,
tv,
Zenith
15 pts.
10 pts.
15 pts.
10 pts.
5 pts.
5 pts.
10 pts.
5 pts.
10 pts.
5 pts.
10 pts.
Mobile Antivirus
I want to build an antivirus for android…so I need virus signature database…while surfing through net I could find that Dr. Web deals with android viruses…i downloaded one of its virus database…but its VDB…my system is not recognizing the software with which I can open it…I also tried using FileCure and it says .VDB file [...]
Answer Question
| November 7, 2012 5:41 PM
.VDB files,
Antivirus,
Mobile
55 pts.
Help with CL to answer MSGW on printer WTR
I have been out of programming for a few years, and am pretty rusty. We run a system that the end users have no command line access. Their printers have occasion to go into MSGW status (ie out of paper, etc.). They then have to call to get support to answer the MSGW on the [...]
Answer Question
| November 1, 2012 12:52 PM
*SPLCTL,
CL,
MSGW
75 pts.
Performance improvement CPYTOIMPF
Hi, I am using CPYTOIMPF command in my CL program to convert a database file to .CSV file. database file contains 3 million records and CPYTOIMPF command is taking 48 minutes to complete. Can some body kindly suggest me is there a way to improve the performance of the program. Thanks in advance. CV
Answer Question
| October 23, 2012 5:47 AM
.CSV files,
AS/400,
CPYTOIMPF
40 pts.
STRPCCMD
have a STRPCCMD command in my CL program to open an IFS folder which has the .CSV files. STRPCCMD PAUSE(*NO) PCCMD(””start ” ” “\’+%trim(P@SYSNAME)+%xlate(‘/’:'’:DFTPATH)+’””)’ P@Sysname has the system name. I can see a popup DOS window but getting message the path not found. I am able to see the path and the .CSV files through [...]
Answer Question
| October 17, 2012 6:51 AM
.CSV files,
CL Program,
STRPCCMD
1,880 pts.
70 pts.