Hey everyone!
I have a user who is creating some test data to load into VSAM using DFSORT, and he wants to create part of the key using the current millisecond timestamp. IS there a way I can say "In column 5, put the right-now-time-millisecond value as HHMMSSmmmmmm". We will create multiple files at different times for our test, which is why we want to have the real time instead of a generated number.

We have this so far:
OUTFIL   REPEAT=1500
BUILD=(1,C'TLX1',
       5,SEQNUM,12,ZD,START=123456000000,INCR=1,
      17,SEQNUM,5,ZD,START=10001,INCR=3
      22,C'This is my data field 1',
      52,C'This is my data field 2' ,
      82,C'This is my data field 3',
     102,C'AZ',
     104,C'111110000')

Thank you and best regards,
Billy Ashton

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to