Cool. So much appreciated.
Lastly.
Is it possible to sort by caseid per file? So it would be continous.
Example:
i have 1000 cases:
1st file is 1:100
2nd file is 101:200
.
.
.
10th file is 901:1000
Thank you verymuch.
Deconcatenation of CSDBE Files
-
Gregory Martin
- Posts: 1946
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Deconcatenation of CSDBE Files
Take a look at the InputOrder flag of the PFF: https://www.csprousers.org/help/CSPro/r ... edits.html
If you change it to InputOrder=Indexed, the data file will be processed in ID order.
If you change it to InputOrder=Indexed, the data file will be processed in ID order.
-
YFT_CBSD
- Posts: 65
- Joined: January 3rd, 2023, 12:36 am
Re: Deconcatenation of CSDBE Files
Thanks @everyone.