If I have the next vbles:
camp of table (value) = DOG
vble2= camp of table
If.....
MOVE vble2 TO vble3
If i want that the vble3 equals DOG .... What is the COBOL sentence to do it???? Can i do it with the move sentence, if i find other sintaxis?????
Thanks.
SunStorm
Thanks but.....
I think that i don't know to explain the problem.
I have an input area like this:
01 area1
02 vble1
02 vble2
03 vble3
.....
the vble1 contents a string that is the name of a camp that is inside of a oracle table. (vble2)
the vble2 contents a string that is the...
Well. I have a cobol 4N program ( a cursor ) and this program put into the area the value of the oracle table. For example:
02 R-table1
04 camp1 pic X(10)
04 table1 pic X(10)
..........
In my cobol program I have to do something that this:
MOVE camp1 OF table1 to XXXX OF YYYYY
but I...
I have two camps in an oracle table. For example:
TableName TableCamp
---------- -----------
Table1 Camp3
And I have to do this:
MOVE camp3 OF table1 TO XXXXX OF XXXXX
But I don't know how to do it. Because if I make this, in XXXX I have 'camp3' and 'table1' as a...
Good morning.
I have some problems with a variable string.
I have an oracle table, and in two camps y have the name of an other oracle table and in other camp i have the name of a table camp.
I need to take this strings and make a MOVE camp1 OF table1 to XXXXXXX statement. But I don't know if...
When I want to import data froma dmp file, ORACLE saws me this error:
IMP-00017: following statement failed with ORACLE error 1658
Can anyone help me? Thanks.
SunStorm
It's extrange but.... IIS5 don't need a third part for load asp files. Are you sure to mark the option in the install for load asp files? Thanks.
SunStorm
Your code not running because the Field object requires the property name for run correctly.
This code runs. Otherwise, thanks for your help.
dim item
RS1.AddNew
for each Item in RS2.Fields
If Item.Name="value" then
RS1(Item.Name)="changed value"
else...
Thanks for all
But I need this:
I need to save 1 row of the database table in other database table but not all fields are the same, the 80 percent of the fields are the same that the original but the others are modified for the ASP.
It's very bored, make field by field the copy at the new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.