Page 1 of 1

retrieving cases in cspro batch

Posted: September 27th, 2019, 5:25 am
by Mariovaisman
Hello,

I was trying to do a cspro batch process where the dictionary has a key of a list of variables. When the csbatch reads each record is not retrieving in the key order, it is retrieving without order. This is a csdb file and need to work in key order,
Do I have to sort first?

Re: retrieving cases in cspro batch

Posted: September 27th, 2019, 7:12 am
by josh
In the [Parameters] section of the pff file add the line:

Code: Select all

InputOrder=Indexed
That will process the file in key order.