sort data /Production runner

Discussions about tools to complement CSPro data processing
Forum rules
New release: CSPro 8.0
Post Reply
hashimuzia

sort data /Production runner

Post by hashimuzia »

Please see the code below of the sort data in the Csro tools. this code can be used to sort data on any cspro file if we include the parameter on inputData and outputData on Production runner. the problem is when you have sort data
[Run Information]
Version=CSPro 6.1
AppType=Sort

[Files]
Application=.\DATA.ssf
InputData=..\Data.DAT
OutputData=..\DATA SORT\Data.srt
Listing=.\DATA.ssf.lst

[Parameters]
ViewListing=OnError
ViewResults=No

Problem on production runner
[Files]
Application=.\DATA.ssf
InputData=..\%%parameter%%
OutputData=..\DATA SORT\%%parameter%%
Listing=.\DATA.ssf.lst

after you have run on the first file the parameter is save the selected parameter which it will not allow you to select othe file for sorting
please assist me on this problem. this happen when you use more then one file to sort data on production runner
Post Reply