You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: samples/data-structure-array-with-counter.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
// Multi-occurrence data structure with maximum dimension set to 10000 but whose final output count will be determined by MYCOUNTER. Name the counter whatever you wish.
22
22
$param[] = $conn->AddDataStruct($ds, 'MULTDS')
23
-
->setParamDimension(10000) // max of 10000 records
23
+
->setParamDimension(10000) // if your RPG array has max of 10000 records
24
24
->setParamLabelCounted('MYCOUNTER'); // create your own counter name
25
25
26
26
// COUNTVAR is a counter field. Value is set by RPG/COBOL program. Value will control the number of MULTDS fields that return (see data structure MULTDS below)
0 commit comments