Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load only a small number of records for testing

Hi - is there some code that I can put in the script to load only a small number of records for testing?

Thanks,

Ying

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

First 100 // or whatever number
LOAD
...
RESIDENT ...

View solution in original post

2 Replies
Anonymous
Not applicable
Author

First 100 // or whatever number
LOAD
...
RESIDENT ...

Not applicable
Author

Worked and thanks Michael for helping us get started ...