$ 0 0 In BTEQ there is a command available to repeat a stement multiple times. .REPEAT INTEGER(how many times you want to repeat) Example: .Repeat 5 SELECT Data; This will repeat this select 5 times.
In BTEQ there is a command available to repeat a stement multiple times.
.REPEAT INTEGER(how many times you want to repeat)
Example:
.Repeat 5
SELECT Data;
This will repeat this select 5 times.