Focal Point
[CLOSED] PASSRECS not updating &RECORDS

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/509103835

October 01, 2010, 02:14 PM
dojo
[CLOSED] PASSRECS not updating &RECORDS
Hello all,
The following is not updating &RECORDS:

ENGINE SQLDBC SET PASSRECS ON
SQL SQLDBC INSERT INTO TRVDEV3.XXX SELECT DL_DOCNO FROM TRVDEV3.DOCLISTV
;
END
-TYPE RECORDS &RECORDS LINES &LINES RETCODE &RETCODE
-RUN

Get the following return:
(FOC1364) ROWS AFFECTED BY PASSTHRU COMMAND : 1650/INSERT
RECORDS 0 LINES 0 RETCODE 0

I tried SQL SQLDBC as well as ENGINE. Just want to have an amper var set to the number of rows inserted/updated/ or deleted .. Thanks. j

This message has been edited. Last edited by: Kerry,


Linux/zVM/WF7.6.11
October 01, 2010, 02:47 PM
Tom Flynn
  
ENGINE SQLDBC SET PASSRECS ON
SQL SQLDBC INSERT INTO TRVDEV3.XXX SELECT DL_DOCNO FROM TRVDEV3.DOCLISTV
; 
END
-RUN
-******************************************************
-* This displays all the & variables available to you
-? &
-******************************************************

-TYPE Total Inserts: &INCLUDE



Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
October 02, 2010, 10:20 AM
dojo
&INCLUDE is not on the list of amper variables. Weird. I will open a ticket. Thanks.


Linux/zVM/WF7.6.11