1
update Domino users attibutes by a java code
Hello, i use Lotus notes 7 and my operating system is windows server 2003. I would like to know why i can automatically update domino users attributes by a java code (or other langage but i prefer java). In fact i would like to update the users attributes such as telephone number, depatment, company, city, [...]
Answer Question
| February 28, 2012 1:11 PM
Java classes
Hello, i use Lotus notes 7 and my operating system is windows server 2003. I would like to know why i can automatically update domino users attributes by a java code (or other langage but i prefer java). In fact i would like to update the users attributes such as telephone number, depatment, company, city, [...]
Help with AS/400 array
hi evryone, i’m a beginner with Java and i try this: try{ AS400Array txtarr =new AS400Array(AS400PackedDecimal(55,0),100); parmList[0] = new ProgramParameter(txtarr.toBytes(new BigDecimal(0)),55); ProgramCall pgm = new ProgramCall(sistem,”/qsys.lib/xxx.lib/….pgm”,parmList); in my RPG program i have this: D numcli s 55 0 dim(100) C parm numclie i need get this array from rpg, how can i make this happening, i [...]
Answer Question
| April 8, 2011 9:02 PM
AS/400, iSeries RPG programming, Java, Java classes, RPG ILE, RPG IV, V5R4
hi evryone, i’m a beginner with Java and i try this: try{ AS400Array txtarr =new AS400Array(AS400PackedDecimal(55,0),100); parmList[0] = new ProgramParameter(txtarr.toBytes(new BigDecimal(0)),55); ProgramCall pgm = new ProgramCall(sistem,”/qsys.lib/xxx.lib/….pgm”,parmList); in my RPG program i have this: D numcli s 55 0 dim(100) C parm numclie i need get this array from rpg, how can i make this happening, i [...]
Java files compilation
if we two files are placed at deferent drives and one file is related to another file (One file is complied individually), in that 2nd file first file object will be created. how to compile the java program - PLESE HELP ME regards Rajeshbabu Chintamaneni 9985 555 678
Answer Question
| October 1, 2010 6:47 AM
Java, Java classes, Java code, Java developers
if we two files are placed at deferent drives and one file is related to another file (One file is complied individually), in that 2nd file first file object will be created. how to compile the java program - PLESE HELP ME regards Rajeshbabu Chintamaneni 9985 555 678
Abstract system date in C++
hi, iam rakesh a MCA student .iwant to abstract system date and time in my c++ project,what should be method for this .please give specific code.
Answer Question
| March 13, 2009 11:29 AM
C, Java classes, VB 6, VB6.0, Visual Basic 6
hi, iam rakesh a MCA student .iwant to abstract system date and time in my c++ project,what should be method for this .please give specific code.
Java – scanner method and buffered reader method
I want to know what’s difference between Scanner method & buffered reader method for scanning input from user? Why these multiple methods are used?
Answer Question
| March 4, 2012 6:09 AM
Java, Java BufferedReader, Java classes, Java scanner class
I want to know what’s difference between Scanner method & buffered reader method for scanning input from user? Why these multiple methods are used?
iSeries: Accessing src PF member using Java/400
I am a veteran iSeries programmer but new to Java. We have a requirement of reading src PF member as record (each line) and to be transmitted. Also, incoming streams to be created as a src PF member by adding the recs in it. Which Java/400 class can be used to read from a member [...]
Answer Question
| November 17, 2008 6:28 AM
BufferedReader, IFSFile, iSeries, iSeries development, iSeries Java programming, Java, Java classes, Java/400, Physical File, QSYSObjectPathName, SequentialFile
I am a veteran iSeries programmer but new to Java. We have a requirement of reading src PF member as record (each line) and to be transmitted. Also, incoming streams to be created as a src PF member by adding the recs in it. Which Java/400 class can be used to read from a member [...]
How to create CL file from Java class
i m creating a .sh file on the fly from my java code to perform db2 export operation in the code given below. Can I do the same in as/400 to create a cl file on the fly . path = new File(batchfilepath+”.sh”); path.delete(); path.createNewFile(); String exitString = “No”; PrintWriter print = new PrintWriter(new FileWriter(path)); [...]
Answer Question
| July 30, 2010 6:33 AM
CL, DB2/400, Java classes
i m creating a .sh file on the fly from my java code to perform db2 export operation in the code given below. Can I do the same in as/400 to create a cl file on the fly . path = new File(batchfilepath+”.sh”); path.delete(); path.createNewFile(); String exitString = “No”; PrintWriter print = new PrintWriter(new FileWriter(path)); [...]
1





