Application Development Questions and Answers

Recent IT Questions

21 - 40 of 239

C#.Net

Does anyone know of a good place to find people with C#.net experience besides the big job boards? We have several positions in the Financial/Trading industry in Chicago but we are having a hard time finding enough people with this skill set. Any Blogs, User Groups or Niche Sites you can recommend?...

View Answer   |  Jul 12 2007  3:58 PM GMT
Security, SAP, Oracle
asked by cmcwag

  0 pts.

Connecting AS/400 to HP printer

How to connect AS/400(Client Express which is ruuning in Windows Xp) with HP printer?

View Answer   |  Jul 11 2007  5:12 AM GMT
AS/400, Application development, RPGLE
asked by johnfranklin

  0 pts.

cpyfrmimpf

I have a file in my ifs that I need to copy to a physical file using the CPYFRMIMPF command. The file on the IFS is delimited with the ~ and I would like for each stream of data prior to the ~ to be a record in my physical file. I have tried many combinations of RCDDLM and FLDDLM having the ~ and...

View Answer   |  Jul 6 2007  2:30 PM GMT
AS/400, Application development, CLP
asked by dcarney

  30 pts.

Source Modified User

Hi All, If 4 users works on in same library in one source file, How could we know which user has modified a source? Thanks Reddy

View Answer   |  Jul 2 2007  5:25 AM GMT
AS/400, Security, PC/Windows Connectivity
asked by NarasimhaReddy

  155 pts.

Compiling RPG400 program

Hi I am trying to compile an RPG400 program which is using an os/400 file that was created by SQL (JDE Table), the problem i am having is that one field within the table is a "Packed Numeric" Field however it has a length of 31 this causes an error, error reads numeric field is greater than 30...

View Answer   |  Jun 29 2007  0:58 AM GMT
AS/400, RPG, Application development
asked by Hazermark

  0 pts.

Error compiling RPG400 program

Hi I am trying to compile an RPG program which is using an os/400 file that was created by SQL (JDE Table), the problem i am having is that one field within the table is a "Packed Numeric" Field however it has a length of 31 this causes an error, error reads numeric field is greater than 30...

View Answer   |  Jun 29 2007  0:58 AM GMT
AS/400, RPG, Application development
asked by Hazermark

  0 pts.

Port Parameter on FTP command

I am trying to upload a file from our server to iSeries via FTP. Since we already use the default port (21) for another location on the server we have to use another one that is defined. When I run the command on the command line, it works perfectly. It uses the correct port. But when I run the...

View Answer   |  Jun 27 2007  2:48 PM GMT
Application development, CLP
asked by RonBender

  155 pts.

AS400

hi, i want to know about the answers of these questions.. 1.) If any data has been deleted from the PF then how can we recover that and what are the limitiations for that. 2.) If in run time user want to choose the Access Path of a PF then how can it be possible.

View Answer   |  Jun 20 2007  2:50 PM GMT
AS/400, Security, RPG
asked by AS400person

  0 pts.

DDS Screen scraping

Hi. I don't know if this is possible but I want to read an interactive DDS display while it's running and then input data from an external file into the display like a screen scraper does?is there any kind of overlay on a active DDS panel I can use in my program? any help anyone?

View Answer   |  Jun 19 2007  11:13 AM GMT
AS/400, RPG, Application development
asked by jlvbros

  0 pts.

Converting from System 36 to iSeries V5R4

I've been landed with a project to convert a System 36 system to iSeries 520 with OS V5.4. I have never worked on a System 36 and do not know where to start. Have looked for some documentation in Red Books but could'nt find anything. Does anyone have something I can use - something like the...

View Answer   |  Jun 18 2007  4:25 AM GMT
AS/400, RPG, Application development
asked by JohnDavid

  0 pts.

URGENT!!! file field decoder generated on AS/400

REALLY URGENT!!!!!!!!!!!!!!!!!!!!! How can i view the contents of a packaged field? I send an example of the chain. I need to visualize the contents of the little squares: 5 1 91010 491997 9801011L 980101 1 1021023 102 103 100 DTO CARULLA DTO CARULLA ...

View Answer   |  May 21 2007  11:15 PM GMT
AS/400, Application development, DB2 Universal Database
asked by onasis

  0 pts.

Dialing out to a paging service

Has anyone ever written a program that runs in batch and dials a paging service? I would like the program to navigate the service's prompts and and leave a message. The message can simply be a string of a few digits. Please respond if you know how to 1- dial the service or 2- simulate a...

View Answer   |  May 21 2007  7:17 PM GMT
AS/400, Application development
asked by jeffcoITDEv

  0 pts.

Tracking Changes to Files

Requirement:- To track any changes to Two files A and B and write fields of A and B to an output file C. A is related to B (A.Employee = B.Employee) Could you please suggest a good approach for this? I am currently using the approach of journalling. 1. Both A and B are journalled. 2. If Any...

View Answer   |  May 11 2007  5:44 AM GMT
AS/400, Security, PC/Windows Connectivity
asked by AyeYes400

  0 pts.

Question on LoadAll Subfile.

Hi, How to load more than 9999 records in the case of loadall subfile??? And i don't want delete previously loaded records. Thanks, Rama Krishna

View Answer   |  May 7 2007  1:58 AM GMT
AS/400, RPG, Application development
asked by meesala

  0 pts.

Compiling under V5R3 for V5R4 usage

Dear, I'm trying to modify a small CL to comply with new functionalities of V5R4. This CL is used mainly to send datas when the iSeries is on Restricted State, so I've to restart the TCP. Before I was using the command STRTCP STRSVR(*NO) STRIFC(*NO) but with the V5R4, I have to use this command...

View Answer   |  May 2 2007  10:55 AM GMT
AS/400, Application development, CLP
asked by PierreLG

  45 pts.

Help in CL and RPG

Hi, I can execute a CL command in an RPG pgm by calling 'QCMDEXC'. But there are certain CL commands that i cannot execute using 'QCMDEXE', what are they? Thanks in Advance Rama krishna

View Answer   |  Apr 30 2007  10:23 AM GMT
RPG, Application development, CLP
asked by meesala

  0 pts.

In RPG program

Hi, In RPG program i declared files. One for reading and another for Updating. Both the files are in different Library lists. How do i achieve this???? Thanks in Advance Rama krishna

View Answer   |  Apr 26 2007  1:30 PM GMT
AS/400, RPG, Application development
asked by meesala

  0 pts.

Error in a Group of Called Programs

Hi, I have a CL program, it calls 10 other programs i.e. pgmA, pgmB, pgmC.......so on...10 programs. While running the CL program error occurred in pgmC. I rectified that error. After rectification once again I will run the CL Program. Now my execution must start from pgmC. How do i do this??? ...

View Answer   |  Apr 26 2007  12:16 AM GMT
AS/400, RPG, Application development
asked by meesala

  0 pts.

Impact analysis

Hi, The user requested me to change the field length from 25 to 30 char. I want to do impact analysis on this. How do i proceed?? Thanks, Rama Krishna

View Answer   |  Apr 25 2007  8:40 AM GMT
AS/400, RPG, Application development
asked by meesala

  0 pts.

Calling RPG program without Parameters

1) I have an RPG PGM 'A' which call's another RPG PGM 'B'. PGM 'B' accepts 3 parameters. But i need to call PGM 'B' without passing parameters. How to achieve this??? 2) I have an RPG PGM 'A' which call's another RPG PGM 'B'. PGM 'B' doesnot accept parameters. But i need to call PGM 'B' with...

View Answer   |  Apr 24 2007  4:48 AM GMT
AS/400, RPG, Application development
asked by meesala

  0 pts.

21 - 40 of 239