date
Moderators: chulett, rschirm, roy
The Output variable contains an array. You just want the first line, which would be Output<1>.
Rather than execute the shell command, why not use DS BASIC function DATE() to the current system clock call, or @DATE to get the date when your process was started? Consider TIMEDATE() as well.
So, try Now = OCONV(@DATE, "D-YMD"). Search the forum for discussions.
Rather than execute the shell command, why not use DS BASIC function DATE() to the current system clock call, or @DATE to get the date when your process was started? Consider TIMEDATE() as well.
So, try Now = OCONV(@DATE, "D-YMD"). Search the forum for discussions.
Kenneth Bland
Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
