Hi,
I have following code and try to do error-handling. But there is something wrong.
Routine–level throw error.
PROCEDURE Create-Subrecords :
For each db-table1 no-lock :
LABEL1:
For each db-table2 no-lock
on error undo, next LABEL1 :
For each db-table3 no-lock
on...
Hi,
Does anyone know how progress build the index.
Example Table1 with 4 fields : Id, Creation-time, Number, Description
1 10/02/2010 1000 Londen
2 10/02/2010 1000 New-York
3 10/03/2010 1000 Londen2
4 10/03/2010 1000 Brandon
I have a primaryindex on Id
and an index on Number...
In our Progress (V9.1B) the codepage used is ibm8858-1. On a unix sco machine.
In Progress I dump data as follows : export stream strA to /u/usr/ppd/tesk.txt convert target "1252".
for each tab1 no-lock : put tab1.field1 ";" tab1.field2 skip. end.
When I use vi to open de file is see the...
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.