Thanks for the response. I am going to call this c routine from a cobol program with a statement such as the following: call "UNIXD" using date-field and date-field is going to contain the 1229521413 number. What field in the C program accepts that date? And, to get the output back into my cobol program, what field do I accept?
Thanks for the quick response and happy holidays!
Main Topics
Browse All Topics





by: Infinity08Posted on 2008-12-24 at 03:51:29ID: 23239652
Try the below code. You pass the epoch as a command line argument, for example :
UNIXD 1229521513
Select allOpen in new window