Programming Languages Questions and Answers

Recent IT Questions

1 - 20 of 83
<<PREVIOUS 1|2|3|4|5 NEXT>>

Creat program on VB

Create a program using VB to calculate tax on a monthly and yearly basis of any individual based on the MRA report. The program should also calculate the different penalties for late submissions of annual return of income and late payment of tax (including interest for late payment of tax Can any...

View Answer   |  Jul 25 2009  4:46 PM GMT
Programming Languages
asked by Mour

  20 pts.

What language "Next" from RPG(LE)

Hi everyone; I took a hiatus as a stay-at-home mom and am just back into the programming world. 13 years experience - 8 year break - back 1 year. Pure AS400 (can't say iSeries yet) do use RPGLE (thankfully) understand free - used to be MAPICS guru (can't say Infor either). Do any of you use...

View Answer   |  Mar 3 2009  4:10 PM GMT
RPG, IT careers, Programming Languages
asked by KSoniat

  610 pts.

IT career requirements for Java?

Hi there, I'm currently studying IT- Network and Systems Engineering. I wanted to get your professional opinion on a matter. I am not required or expected to study Java Programming. But I want to get you input on that. Should I learn Java ... will I need it for future purposes?

View Answer   |  Feb 18 2009  2:05 AM GMT
Java, Java programming, Networking
asked by Nikky613

  10 pts.

Puzzle - Find the number?

This is not a question & I am not sure if this is a proper forum. So I will let the site moderator decide. I recently came across a nice quiz which, I think, supports/encourages developing programming skills. So ... here is the puzzle. Find the lowest number with the following...

View Answer   |  Jan 14 2009  6:05 PM GMT
VB, COBOL, Microsoft Excel
asked by SbElectric

  1575 pts.

Webpage and SQL interaction

The problem I need to figure out is that I need to have client information stored on an SQL server database and I need something to be able to use this information to get quotes from several insurance companies. All these companies require different info in a different order. So my questions are as...

View Answer   |  Nov 5 2008  1:53 PM GMT
Programming Languages, SQL, Web development
asked by Katy

  20 pts.

Which is the Best Certifcation or Programming Language that is yet to reach India?

Please let me know some details abt the Certifications or Prgramming Language which is yet to reach India, which would yeild better future and solid entry for a fresher and good pay as well.

View Answer   |  Aug 6 2008  2:30 PM GMT
Programming Languages, Certifications
asked by Srivis

  50 pts.

Mainframe COBOL - The OVERFLOW Condition.

We would like to able to identify procedural code which, at runtime , has the potential to result in overflow ie the resultant field is not large enough the derived value. Hopefully manually inspecting the code can be avoided (given that we have in excess of 30,000 programs!). Is there a...

View Answer   |  Jul 1 2008  8:49 AM GMT
Programming Languages, COBOL, z/OS
asked by Edinburgh

  70 pts.

write an algorithm to scan sanskrit texts

I am looking for information on how best to write an algorithm to scan sanskrit texts. What programing language would be the most effective? It has been mentioned tha Perl would do this. Any suggestions?

Answer Question   |  Apr 4 2008  2:29 PM GMT
Programming Languages, Perl, Algorithms
asked by Flstc2007

  5 pts.

How can I learn more about Java and scripting languages?

I got my bachelor's degree in electronics and communication engineering and continued to get my master's in networking. When I started applying for internships, I found that most of the companies require Java, C, C++, Perl, HTML and Visual Basic, but I only have C and a little bit of C++...

View Answer   |  Mar 12 2008  7:59 PM GMT
Networking, Programming Languages, Visual Basic
asked by NetworkingATE

  1405 pts.

Logon automation

I have several programs that where written in vb6 that are now required to be automated through a scheduler. It has been a while since I coded in vb6 and need to know a way to get access to the current logged on users credentials to pass on to a database loggon. the Oracle database is NOT set up to...

View Answer   |  Jan 4 2008  2:31 PM GMT
Programming Languages, Oracle, Network connectivity
asked by Blowerycolumbus

  10 pts.

Robotics language

I’m looking for an open source programming language for a robotics unit I’m teaching this quarter. It’s got to be easy enough for high school students to work with. Any suggestions?

View Answer   |  Sep 7 2007  4:19 PM GMT
Programming Languages, Robotics, Educational robots
asked by MargaretRouse

  210 pts.

programming using c#,winforms and visual studio.

i cant think of what to write in this part of the code so that the password character is " * " when the user enters his/her password.pliz help private void txtPassword_TextChanged(object sender, EventArgs e) { char Password =GetStyle ("*"); txtPassword.Focus();...

View Answer   |  Jul 29 2007  7:29 AM GMT
Programming Languages, Visual Basic, SQL
asked by drsingh

  0 pts.

Java-based server simulator

Hello, My mession is to develop a printer server simulator in Java. The configuration is an XML file (very branched tree of hundreds of objects). How I should start? I already the server services interfaces. I have to implement it. I want a clever way to get the objects back and forth from the XML...

asked by zakwan

  0 pts.

Retired computer accounts in Active Directory

I need a dependable script!!! After several domain migrations and adding a few new sites over the past two years I have found that there are hundreds of computer accounts in Active Directory. We are a global company so tracking computer names is impossible. Because we use several management...

View Answer   |  Jun 14 2007  8:57 AM GMT
Active Directory, Programming Languages, Security
asked by marcola

  0 pts.

Count Distinct Rows on Multiple Columns

I want to write a single query that counts each distinct Student ID from the following sample data. Sample Data: ID NAME PLAN DESCR --- ------- ---- ------------------- 101 Michael 010C Cafe- 10.00 Dollars 102 Adam 010C Cafe- 10.00 Dollars 102 Adam 05CC Cafe- 5.00 Dollars 103 Jane ...

View Answer   |  Jan 5 2007  8:23 PM GMT
Windows, Programming Languages, Security
asked by mjackson

  0 pts.

create computations on the fly

We are primarily a COBOL shop. We have some COBOL ILE and some RPG. I have a need to replicate a function on the I-series that is currently done in Excel. This function allows them to create formulas on the fly to arrive at pricing information. I can work through issues with interactive...

View Answer   |  Oct 31 2006  12:47 AM GMT
AS/400, Programming Languages, COBOL
asked by roses06

  0 pts.

VB.Net of Visual Studio.Net 2003 VS Visual Basic 2005 Express Edition

Good Day! Would be appreciate if there is solution for the following problem: - In VB.Net of Visual Studio.Net 2003, developer can click and drag a table listed in the Server Explorer from a connected database to the form. This will add OleDbConnection control and OleDbDataAdapter control to the...

View Answer   |  Oct 22 2006  9:31 AM GMT
Windows, Programming Languages, Security
asked by hunkgym

  5 pts.

calling an external web service from RPG

Our web guys have created a web service that we need to access from an RPG program. we have the URL http://999.99.99.99/mywebservice.asmx data will be passed to and from via SOAP format. Martin.

View Answer   |  Sep 27 2006  2:48 PM GMT
AS/400, Programming Languages, RPGLE
asked by MartinSchloesser

  0 pts.

Using SAVOBJ in a CL program

I have a CL program that is reading an OUTFILE (which contains a list of objects (object types of *PGM)) and stringing these objects together into the OBJ field of a SAVOBJ command. When I run the CL it gives me an error and the joblog shows: "SAVOBJ OBJ('AUDCHK AUDCHK AUDIT AUDITBFG AUDITLEB...

View Answer   |  Jul 10 2006  10:55 AM GMT
Programming Languages
asked by grigap1

  0 pts.

Becoming a Freelance Developer

Hi, as a teenager money has only recently become something that I've found essential. I have been involved in the opensource comunity developing software for 2 years. I woundering if there is a career for me in freelance programming through sites like elance.com and sriptlance.com. I know I...

View Answer   |  Jun 16 2006  4:10 AM GMT
Programming Languages, Linux, E-business
asked by YoungBillGates

  0 pts.

1 - 20 of 83
<<PREVIOUS 1|2|3|4|5 NEXT>>