Recent content by Chris Curzon

  1. C

    Creating data extract with variable length records

    Version: 7.1.2.1362 I'm trying to create a file of variable length records using a Command Window. My script look like this - - - - - - set linesize 200 set trimspool on column header_rec format a100 column data_rec format a100 column trailer_rec format a100 column rownum new_value...
Back
Top