Recent IT Questions

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

convert alphanumeric to binary

hi, my program is receivng an "alphanumeric char 10 length " and im using it to chain a PF, but the field from the physical file is binary 9,0, how will i able to convert an alpha10 to binary 9,0 in RPGLE?

View Answer   |  May 7 2008   3:40 AM GMT   |  asked by Crackers
RPGLE, RPG


AS400 to Windows control application

Hi there, I am automating a AS400 based process. The process gets inputs from notepad files on Windows server.After I have processed these files through my RPG, CL programs, I need to take following stepsI have 14 files in a windows folder. 1. Create a new folder on windows server.2. Move those...

View Answer   |  May 7 2008   0:57 AM GMT   |  asked by Nutan
AS/400, RPGLE, RPG


I am not able to call CL Programe from within RPG Programme. I am using free as400 connection from pub1.rzkh.de Please Suggest

when i am calling a clle programe from rpgle it gives cannot resolve object as the caled programme did not found but the called and caling programme bothe are present in the current library, also it gives same error now for RPg called programme. The compilation to form a programme fom the module...

View Answer   |  May 4 2008   2:05 AM GMT   |  asked by Agg harish sag
cannot resolve object, CLLE, CL


Writing Information to the JobLog

I've seen a number of snippets here and there on the internet regarding the ability to write specific information to the job log in order to figure out exact problems, based on the conditions placed within. I've seen reference being made to some API, but have been unable to actually find useful...

View Answer   |  Apr 25 2008   2:11 PM GMT   |  asked by ShatteredRaven77
RPGLE, RPG IV, joblog


Autmaticly move from as400 sesion to a web search on pc connected to the web

Is there a way for me to run a script that would toggle from my pc as400 session- open up a window explorer session and go to a particular website with the correct parm passed so that I could then retrieve a web bill for display on the pc. I would like to have a cmd key on the 400 that allows the...

View Answer   |  Apr 18 2008   2:26 PM GMT   |  asked by Dab777
RPGLE, Web access, Web security


how can we use ponter in function keys?

usually we are using if *in03=*off like that instead of this i want to give directly IF EXIT like that I think some pointers are used to this i am not sure about that please replay me this question.

View Answer   |  Apr 7 2008   12:31 AM GMT   |  asked by It doubts
RPGLE, iSeries development


How to FTP a file from PC to my personal library?

How to FTP a file from PC to my personal library?

View Answer   |  Apr 1 2008   11:14 AM GMT   |  asked by Pradeepr
RPGLE, RPG ILE, RPG IV


How to read records in all of the members of a single pf?

I have a file name file1. it has 30 members. i have a input value from a display file and i need to check it in all the members. If it match i write the record in file2. How to read records in all members of a single pf?

View Answer   |  Mar 27 2008   7:13 AM GMT   |  asked by Pradeepr
AS/400, RPGLE, RPG IV


How do I find out how many lines of source code are on the system?

Hello. I'm trying to write a program that will tell me how many lines of source code reside on our system. I figured out the first couple of steps, but it just gets more and more confusing along the way, and I really think there's gotta be a better way to get the information i need. So far, this...

View Answer   |  Mar 18 2008   1:52 PM GMT   |  asked by ShatteredRaven77
CL, RPGLE, iSeries development


How many types of Data Area are there in RPGLE

How many types of Data Area are there in RPGLE..

View Answer   |  Mar 11 2008   6:00 AM GMT   |  asked by Sidd
AS/400, RPGLE


*DTAARA DEFINE LDA in RPGLE

what is the meaning of this statement "*DTAARA DEFINE LDA" in RPGLE

View Answer   |  Mar 11 2008   5:46 AM GMT   |  asked by Sidd
AS/400, RPGLE


EVAL Math Problem

Bruce, can you figure out this piece of code? I don't understand the result I get.Before code is executed: XXAVAL = 0, LTSTHQ = 30, LTCUSQ = 30, LTPICQ = 0, XPQTY = 30, OLOLQT = 30EVAL XXAVAL= LTSTHQ-(LTCUSQ+LTPICQ+XPQTY)+OLOLQTAfter code is executed: XXAVAL = 0. I figured XXAVAL should be...

View Answer   |  Mar 6 2008   5:09 PM GMT   |  asked by Kevleemor
RPGLE, iSeries development


Having trouble with DB2/400 UDF returning a table.

I've written a test RPGLE program (not a service program) to return a table that for testing puposes I'm returning 1 row and 1 hard coded return column that is defined as varchar. I'm building the return value by concatonating the input parameters. Anyhow I tried running it using interactive...

Answer Question   |  Mar 4 2008   0:25 AM GMT   |  asked by Dwk001
DB2/400, UDF, Table Functions


formatting date of 1070112 as 12-01-2007

I am having the date format of 1070112(yyddmm), which i've to convert into the form of 12-01-2007(ddmmyyyy)using RPGLE.

View Answer   |  Feb 20 2008   11:26 AM GMT   |  asked by Niki
RPGLE, AS/400


Multiple Sorts Without Using Multiple Function Keys

When doing WRKACTJOB, you can put the cursor over the column you wish to sort and then press F16. I have a subfile program with multiple sorts and presently the user has to press different function keys to sort. Can anyone give me an example of the code to use so my program will act like that in...

View Answer   |  Feb 12 2008   2:10 AM GMT   |  asked by GHENDER
RPG, RPGLE, subfile


service progarm

how serivce programs are created .pls tell me steps of creataing a service program.

View Answer   |  Feb 7 2008   9:46 AM GMT   |  asked by Gauravsolanki
RPGLE


User Exit Programs-FTP

Hello I am strggling with first user exit program. I only want to allow specific users (those keyed into a file), to be able to log into FTP. In addition, I only want to allow the function of the SENDING of files, once logged in. I am struggling with how to capture the user...

View Answer   |  Feb 5 2008   2:20 PM GMT   |  asked by Piano
User Exit Program FTP, RPGLE, CL


%replace BIF

Anyone have an example how to use this bif?

View Answer   |  Jan 16 2008   10:57 PM GMT   |  asked by Kstinman
RPG ILE, RPGILE, RPGLE


calling a C function in COBOL ILE

In RPGLE I can call a C function like this:D sin PR extproc('sin') D parm F value C Eval mySine = sin( deg ) How do I do this in COBOL? Any examples? Thank you.

View Answer   |  Jan 2 2008   6:15 PM GMT   |  asked by Unknowingone
AS/400, COBOL, ILE for iSeries


How to check for a junk value in Numeric Field in RPGLE

How to check for a junk value in Numeric Field in RPGLE?

View Answer   |  Dec 23 2007   11:01 AM GMT   |  asked by Try
AS/400, RPGLE


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