IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CHECKSUM for ZOS


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Guru Bob

New User


Joined: 31 Jan 2008
Posts: 21
Location: Malaysia

PostPosted: Wed Nov 19, 2008 1:33 pm
Reply with quote

I have a requirement to generate CHECKSUM for MF objects.

I have been trying with AMASPZAP but it is doing the checksum on the sysin how do I get it to checksum the object itself?

the SAS tool OBJZAP seems to be what I am looking for but we do not have it installed at this siite.

I sent IBM an email and got a response which is not good.

anyone able to assist.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 19, 2008 1:39 pm
Reply with quote

what is the objective ??
what kind of checksum, what objects, environment ( zOS/USS ) ,

checksum is a bit generic ..
simple checksum as amaspzap
or a bit more sophisticated as a crc or a signature
Back to top
View user's profile Send private message
Guru Bob

New User


Joined: 31 Jan 2008
Posts: 21
Location: Malaysia

PostPosted: Wed Nov 19, 2008 1:48 pm
Reply with quote

objective is to generate a checksum for an object (program) and be able to compare this to anoher load library (generate the checksum also) and see if they are the same hence is the same version of the program being loaded into the correct cics region during migration.

I said ZOS environment.

Amaspzap is simple it does not seem to be simple to drive.

no signature required.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 19, 2008 2:02 pm
Reply with quote

binder object I suppose ( You should have added the adjective in Your first post )

not even OBJZAP will be useful,
all the CHECKSUM would be made for.. a single csect,
so You would have to find out all the csects in Your object.

You are going to have a good time writing a program to do it

but why reinvent the wheel
use supercE specifying compare type file
it uses a hashsum algorithm

and again all depends on how You transport/move/copy/rebuild Your &OBJECTS across the libraries,

if You rebuild any approach will fail ( timestamps ) whatever tool
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts SH256/MD5 Checksum in Mainframes JCL JCL & VSAM 14
No new posts Generate Checksum in mainframe COBOL Programming 18
No new posts CRC checksum in DFSORT DFSORT/ICETOOL 13
No new posts Checksum Usage DB2 1
Search our Forums:

Back to Top