Re: how to find the assembly or link edit date of a load module

2023-03-25 Thread Peter Relson
If you browse a load module (not a program object) in hex, an early record 
(record 3 in some simple cases) has information such as
Ø..5695PMB01 ^
810DDCFF4002020035
05256957420102538F130F

Where "23082F" is the julian yyddd date in packed decimal format, and 
"0103305F" is the time 0hhmmss in packed decimal format when the bind occurred.

Peter Relson
z/OS Core Technology Design


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: how to find the assembly or link edit date of a load module

2023-03-24 Thread Seymour J Metz
A load module has the same format regardless of the language.  The relevant 
dates are in the IDR data, which you can display with, e.g., AMBLIST, PDS, 
StarTool. 

It's not that difficult to read them yourself. Reading a program object, 
however, requires information that IBM charges for.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Bill Giannelli [billgianne...@gmail.com]
Sent: Friday, March 24, 2023 5:56 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: how to find the assembly or link edit date of a load module

within an assembler load module, where might I find either the assembly or 
link/edit date of that load?
thanks
Bill

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: how to find the assembly or link edit date of a load module

2023-03-24 Thread Lionel B. Dyck
You can also use the PDS Command (CBTTape File 182)

e.g. PDS 'sys1.linklib' hi iefbr14

** HISTORY  IEFBR14   
PDS060I TRANSLATOR HISTORY BY CSECT - 
IEFBR14  12/05/05   566896201   V02 M01   
PDS062I USER-SUPPLIED UPDATE HISTORY BY CSECT -   
IEFBR14   1/12/06RSI53390780  
PDS064I LAST LINK-EDITED ON  4/19/21  BY LKED 5695PMB01  V02 M04  AT  08:43:49


Lionel B. Dyck <><
Website: https://www.lbdsoftware.com
Github: https://github.com/lbdyck

“Worry more about your character than your reputation. Character is what you 
are, reputation merely what others think you are.”   - - - John Wooden

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Bill Giannelli
Sent: Friday, March 24, 2023 4:56 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: how to find the assembly or link edit date of a load module

within an assembler load module, where might I find either the assembly or 
link/edit date of that load?
thanks
Bill

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: how to find the assembly or link edit date of a load module

2023-03-24 Thread Mark Jacobs
Execute PGM=AMBLIST, LISTIDR command.

Mark Jacobs 

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com


--- Original Message ---
On Friday, March 24th, 2023 at 5:56 AM, Bill Giannelli 
 wrote:


> within an assembler load module, where might I find either the assembly or 
> link/edit date of that load?
> thanks
> Bill
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


how to find the assembly or link edit date of a load module

2023-03-24 Thread Bill Giannelli
within an assembler load module, where might I find either the assembly or 
link/edit date of that load?
thanks
Bill

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN