Recent IT Questions

1 - 15 of 15
<<PREVIOUS 1 NEXT>>

not a valid Query Management variable.

Hi, can someone please help me, I am trying to use the QMQRY function to run an update statement. I pass it a variable from the program. Get the following error. is not a valid Query Management variable. Error found on STRQMQRY command. Function check. CPF0001 unmonitored by PGMFCTSEC at statement...

View Answer   |  Oct 1 2009  11:32 AM GMT
QMQRY, CL programming, CL variables
asked by Pmh

  5 pts.

Truncating parameters!

I haev a 6 position alpha variable that has a value of '12345 ' (a trailing blank). When I submit a job that does a CALL to a pgm with that variable as a parm, the submitted job has the value of that parm as '12345' with no trailing blank. Both pgms declare the variable as 6 *CHAR. I know there are...

View Answer   |  Sep 9 2009  8:10 PM GMT
CLP, parameter values, Variables
asked by JeffWilson

  20 pts.

Add variable to document. object

I am trying to fill an input field from previou input field value if user click the check box next to it. The problem I am having was document.form_two will not take other variable. For example, document.form_two.ckb_iCount.value will not take iCount value. It suppose to be... ...

Answer Question   |  Apr 2 2009  11:40 PM GMT
Variables
asked by Saung

  5 pts.

How to combine variables

In my data set, I have four variables that have the same codes in them. The four variables relate to the same question that was given four different times to the same people. How do I get all of their responses under one variable so that I can work with it

View Answer   |  Mar 11 2009  6:52 AM GMT
Data analysis, Datasets, Variables
asked by Onw33

  20 pts.

How to call a procedure in VB 6 depending on variable

i have some procedure in vb 6.0 like sub a_on msgbox"A" end sub Sub b_on msgbox"B" End sub dim str as string 'str may be a_on or b_on str="a_on" i m planning to call procedure a_on or b_on based on the variable str how to call the procedure a_on or b_on depending on variable

Answer Question   |  Feb 24 2009  12:53 AM GMT
Visual Basic 6, Variables, VB 6
asked by Jmbritto

  5 pts.

QMQRY not a valid Query Management variable.

Hi there, I am trying to pass parameters to QMQRY but get the following error. CALL PGM(JCCSTREP2) PARM(C165) 'C165' is not a valid Query Management variable. Error found on STRQMQRY command. CPF0001 received by JCCSTREP2 at 2800. (C D I R) ...

View Answer   |  Feb 19 2009  7:12 AM GMT
QMQRY, CL programming, CL variables
asked by NormFeile

  25 pts.

VC++: int keyword gives different results in Oracle 9i and 10g

In my code i am using a structure with integer variable and this variable is used to accept values from generic VC++ 6.0 functions, the value which got filled to the variable is from a table field whose datatype is NUMBER(10), in oracle 10g it runs fine but in oracle 9i it always returns 0, any...

View Answer   |  Dec 22 2008  9:09 AM GMT
Oracle development, Oracle 9i, Oracle 10g
asked by SANS

  35 pts.

SQL Server 2000 connection to multiple databases using variables

I have a fairly simple select statement that joins three tables from two SQL Server 2000 databases. It works fine, but now I need to run the stored procedure against different servers, so my hardcoded reference to the second database (currently coded as "secondDB.tableName.columnName") needs to be...

View Answer   |  Oct 9 2008  11:20 PM GMT
SQL Server 2000, Variables, Multiple databases
asked by CO Bill

  70 pts.

Accessing another database using a variable

I have a select like this: SELECT a.part_id, a.descript, b.location from PART_MASTER a, anotherdatabase.INVENTORY b where a.part_id = b.part_id Is it possible to use a @variable to identify the other database, rather than hard coding it? (I've tried @db2.INVENTORY b) but SQL SERVER 2000 doesn't...

View Answer   |  Oct 9 2008  4:22 PM GMT
SQL Server 2000, SELECT statement, Variables
asked by CO Bill

  70 pts.

Adding a number to a variable title

I am writing a program at work to help me design some irrigation equiptment. I have a section where I select which number span I am working on and then set it's dia. with a drop combobox and then it's length with a drop combobox. the values of these comboboxes are to go into labels so the user can...

View Answer   |  Sep 16 2008  7:11 AM GMT
Variables, Software development
asked by Angelus1965

  15 pts.

%SST

Hi, Im traying to get out put of this below mention simple logic code.But im geting out of different.(im trying with my laptop trhough my company server. DCL &FIELD1 *CHAR 10 VALUE('TCS AS/400') DCL &FIELD2 *CHAR 10 CHGVAR(%SST(&FIELD2 1 10))(%SST(&FIELD1 10 1) Can you tell me the...

View Answer   |  Jul 30 2008  10:06 AM GMT
RPG, AS/400 Client Access, CL
asked by Ibmi5

  125 pts.

where does in memory the contant variable in C get store?

Like global,static and local variables get store in data area and stack area respectively,where does the variable qualified as const get placed.Thanks in advance.

View Answer   |  Jul 8 2008  11:25 AM GMT
Variables, C++, Const statement
asked by Nagesh534

  5 pts.

How do I get a macro to move between workbooks?

I have a template (workbook #1) that I would like to copy data out of and paste into the workbook that I run the macro from (workbooks 2, 3, 4, 5...). The problem is that when I record the macro from workbook, excel codes the name of that workbook, making the macro unusable in workbooks 3, 4,...

View Answer   |  Jun 19 2008  1:19 AM GMT
VBA, Microsoft Excel, Variables
asked by Bondsmith

  5 pts.

Trying to achieve form data (variables) to be sent from one system (PHP) to another (ASP) via a GET Request

On the PHP system, there is an existing form to collect user data; name, email, phone, etc. My ASP guy has created an asp page to receive the variables http://aspsite.com/regiser.asp The problem is that the PHP guy doesn't know what to do. Below are the variables: id (required) (MD5 Hash) email...

Answer Question   |  Jun 1 2008  1:54 PM GMT
PHP, ASP, Variables
asked by Player-one

  5 pts.

Is there a way to Call a Lotus Notes agent from Access code and pass Variables?

I'm on a Windows XP Pro System using M.S. Access 2003 and Lotus Notes 6.5. I provide adhoc and ancillary reports to our user community. We now have to send a hotspot to the users to inform them where their Excel files can be found. I created an agent that will send an email to a specific...

View Answer   |  Dec 7 2007  3:13 PM GMT
Windows XP, Microsoft Access, Lotus Notes
asked by VinceP4

  5 pts.

1 - 15 of 15
<<PREVIOUS 1 NEXT>>