Hi guys,
Coming back to complete my file
is it possible to add the contents of variables to the beginning and the end of 
a record?
I have a variable that need to add to the beginning of a record and another 
variable at the end of the record.
With some other fields in between.
I am using SPECS to include the fields in between.

You know the code already, but here it is anyway...

 'pipe (endchar ?)',                   
   '< AUDIT EXTRCT1',                  
   '| a1: locate (29-32) /0690/ ',     
   '| SPECS 21-28 9 41-48 19 29-32 29',
   '| b: faninany',                    
   '|  > AUDIT SUBset3 A',             
   '? a1:',                            
   '| a2: locate (29-32) /1090/ ',     
   '| SPECS 21-28 9 33-40 19 29-32 29',
   '| b: '                             

Thanks

Reply via email to