i want to create a PS file FILE01 with length 80, and i want from columm 1 to 10 have default value and fields be protected, i mean if i insert one record, the columm 1 to 10 will auto have default value(REC HDR), the edit parts will start columm 11.
how can i to create such dataset?
example:
Code: Select all
=COLS> ----+----1----+----2----+----3----+----4----+----5----+----
000001 REC HDR RECORD01
000002 REC HDR RECORD02
000003 REC HDR RECORD03
000004 REC HDR RECORD04