Page 1 of 1

How to Extract Load module compile time by rexx.

PostPosted: Wed Feb 13, 2013 8:46 pm
by Mehdi shri
Dear friends
As we know we can see date and time of comlpiled program in load module(by brows it from ISPF). I want to witre a REXX program that extract thas parameters and put those (date and time) to a dataset as new data. Also I want to put the size of a load module to a dataset. My load module placed in a PDS e.g: USER07.COBOL.PROGLOAD.
Which statement I can use for this purpose.

(My duty is to comparation size,date & time of comlpiled program by thos size,date & time that printed on a sheet if there are equal I must to copy this member from source PDS to target PDS. it is very boreing task. I want to automate this task by REXX. Is it poosible? )

Re: How to Extract Load module compile time by rexx.

PostPosted: Wed Feb 13, 2013 8:54 pm
by BillyBoyo
I think if you use google you'll find some code for the task.