Recent IT Questions

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

level check error

Hi all, Please tell me how can we prevent level check error..befor occuring dump suppose we have have a pgm 'a' and a file 'pf1' i just want to be assure that level check error will occure or not.. regards/

View Answer   |  Nov 7 2009  9:13 AM GMT
RPGLE
asked by Ambrish 82

  245 pts.

how to access any perticular menber of any pf

Hi, if i have a pf having 5 members..how can i access 3rd member of it through in rpgile.. regards Ambrish

View Answer   |  Nov 7 2009  4:47 AM GMT
DB2/400, RPGLE
asked by Ambrish 82

  245 pts.

RPGLE Flat File

how can i keyed a flat file in RPGLE Software/Hardware used: file

View Answer   |  Nov 5 2009  10:58 AM GMT
RPGLE, Flat files
asked by Hemavijay

  80 pts.

CGI loses percent sign

We have a web app ( a CGI) written in RPGLE and HTML that prompts for several data fields and writes a record to our web iseries. When the Comments field contains a percent sign ("%"), the data file ends up without that symbol and the next character is gone, too. Is there a simple way to fix this ?...

View Answer   |  Nov 4 2009  9:38 PM GMT
CGI, RPGLE, Web application development
asked by Aceofdelts

  375 pts.

Retrieve the RPGLE program from object

Hi all, I accidently deleted my program. Is there any way to retrive the program from its object. Software/Hardware used: AS400

View Answer   |  Nov 4 2009  2:47 PM GMT
RPGLE Program, As/400 Object, RPGLE
asked by Vipin2m

  20 pts.

SQLCODE = 1077952576

All- I'm getting the above error code from an RPGSQL program. This is just after a DECLARE statement. Other fields in the SQLCA are blank. I can run the statement in Interactive SQL w/o errors. I should be getting a small subset. I get 0 records. Any Ideas?  It's not in the SQLCODE finder. Phil ...

View Answer   |  Nov 2 2009  11:02 PM GMT
RPGLE, RPGSQL, V5R4
asked by MurrayInfoSys

  560 pts.

ACCESS PARTICULAR MEMBERS IN RPG

SUPPOSE I HAVE A PF WITH 3 MEMBERS. IS IT POSSIBLE TO DO READ/WRITE OPERATION ON PARTICULAR 2 MEMBERS? Software/Hardware used: AS/400

View Answer   |  Oct 31 2009  11:34 AM GMT
RPGLE, RPG/400, RPG
asked by Amol123

  5 pts.

printer file in rpgle

I've program described printer file.. how to code page break for program described printer file?? Software/Hardware used: AS400

View Answer   |  Oct 27 2009  9:20 PM GMT
AS/400 Printer File, AS/400 printing, RPGLE
asked by Nutangujar

  745 pts.

Convert number to roman numerals in RPG

Hi, Can any know how to convert numbers to roman numerals in RPG or RPGLE?

View Answer   |  Oct 24 2009  6:43 AM GMT
RPG, RPGLE
asked by Babs

  25 pts.

RPGLE Program woes

I had an AS/400, consolidated to a newer one w/other facilities. When my library was restored and I tried to process an old program, it does not pull any data. I have not programmed in several years and have never used RPGLE. Do not know how to use debugger, etc. so I'm wondering if the problem...

View Answer   |  Oct 22 2009  6:26 PM GMT
RPGLE, RPGLE Program
asked by Mhsuttg

  40 pts.

Need to find everyplace a file is being used.

I have a file that we are adding a field. Need to find every program the file is being used to know which ones need to be recompiler. Would be nice to do one big search of the entire library.  Software/Hardware used: as400

View Answer   |  Oct 22 2009  3:37 PM GMT
RPG, RPGLE, DDS
asked by Nitzinger

  95 pts.

RPGLE. cpytopcd

I have tried to create a file where every record is 80 characters long. Every record should be filled with spaces if the record is shorter than 80 char. In my program I use cpytopcd and this command seems to cut every record if there aren't any more characters. If you look at it in hexadec...

View Answer   |  Oct 22 2009  3:24 PM GMT
RPGLE Program, CPYTOPCD, RPGLE
asked by Kasten

  15 pts.

decimal data error

I declare time field in RPG as D btime    4  0 eval btime = 2400 this one i pass to a CL program with var type var(&tim) type(*dec) len(4,0) and this in turn passed to another RPG program D stime    4  0 when it comes to third program it has some hex char shown in debug as belo stime = 2_4_...

View Answer   |  Oct 20 2009  10:29 PM GMT
RPGLE, RPG, Decimal Data Error
asked by Nutangujar

  745 pts.

SQLRPGLE

I've Report to print using SQLRPGLE The Report criteria screen has around 15-20 select conditions...based on the conditions entered by the user, I build a query of type Select * from emp1 where val1 = ? and val2 =? and val3 = ? and........... This is the first time I'm dealing with so many select...

View Answer   |  Oct 14 2009  10:05 PM GMT
SQLRPGLE, SQL, RPGLE
asked by Nutangujar

  745 pts.

Can one use strdbg to trace code through a interactive program that allows update to display screens

Can one use strdbg to trace code through a interactive program that allows update to display screens. I can get  the add item and delete item part to work but not the update/change function which craps out with a error message. There seems no reason for this message, but there has to be a reason...

View Answer   |  Oct 13 2009  8:59 PM GMT
RPG ILE, RPG debugging, RPGLE
asked by Nitzinger

  95 pts.

RPGLE

I've display file in RPGLE program... I want to display function key F19=View History based on certain condition. I planned to use indicator to swith on if the condion meets and the option will be displayed ... the problem here is all 01 to 99 indicators, KC,KE,KG,KJ,KQ,U2 are already used by the...

View Answer   |  Oct 13 2009  7:23 PM GMT
RPGLE, As/400 Object, RPG indicators
asked by Nutangujar

  745 pts.

Retrieve error message in RPG

I have an interactive RPGLE program ,PGMA, that calls another RPG program, RPG3P, based on a parameter and that job is not interactive. If RPG3P aborts how can I find out what the error mesage was? The job log does not give enough information to help find the problem. Software/Hardware used: V5R4

View Answer   |  Oct 12 2009  2:58 PM GMT
RPGLE, V5R4, iSeries
asked by Old2new

  25 pts.

How do I process Horizontal Subfiles in a particular order?

I have a data entry screen for serial numbers. Each serial number is 10 characters in length. Therefore I created a horizontal subfile using SFLLIN. This puts spaces between the records equally. The result is that I have X number of columns. When I enter the data, the entry is from left to right....

View Answer   |  Oct 9 2009  9:41 PM GMT
RPGLE, DDS, iSeries DDS
asked by Rick53

  45 pts.

Why do I have such a problem with passing to a program a 8 byte field using a parm.

Why do I have such a problem with passing to a program a 8 byte field using a parm. Parm field is define as packed(8,0) but as soon as the program tries to acquired the parm I get a Decimal data error. *ENTRY       ...

View Answer   |  Oct 8 2009  4:43 PM GMT
RPG, RPGLE
asked by Nitzinger

  95 pts.

Cal I load a record SET into a work file using SQL within RPGLE?

ALL - I have to process a set of Inventory Transactions based on W/H, Product, From Date, and To Date. Normally, I would jump into a Do Loop; read the SQL cursor; write the record to a work file; process until EOF. Can an SQL statement do all of that for me in one statement? I have not been able to...

View Answer   |  Oct 1 2009  4:40 PM GMT
RPGLE, SQL
asked by MurrayInfoSys

  560 pts.

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