lenjturnbull
MIS
I am attempting to collect data and format one variable.
I have SYS + var1 (could be up to 15char) + var2 (could be up to 256char).
The var2 is a file name and can have from 1 to 256 chars.
I am putting this scenario together and inserting it at the beggining of each line to pass to another application to be worked on.
I've tried the printf command but am hitting a brick wall.
I must be doing something wrong.
Example of data
"SYS"
var1=RECKO214 could be up to 15char
var2=RECKITT-1.20021017155900-123456.txt
thanks
Len Turnbull
I have SYS + var1 (could be up to 15char) + var2 (could be up to 256char).
The var2 is a file name and can have from 1 to 256 chars.
I am putting this scenario together and inserting it at the beggining of each line to pass to another application to be worked on.
I've tried the printf command but am hitting a brick wall.
I must be doing something wrong.
Example of data
"SYS"
var1=RECKO214 could be up to 15char
var2=RECKITT-1.20021017155900-123456.txt
thanks
Len Turnbull