Creating LOADLIB

General discussion on the JZOS batch launcher and toolkit
Post Reply
MFPgrmrStrugglingInJava
Posts: 2
Joined: Thu Jun 28, 2007 7:59 pm

Creating LOADLIB

Post by MFPgrmrStrugglingInJava »

I am a mainframe programmer, trying to make JZOS work. According to SDK installation instruction I FTPed 'jzos.loadlib.xmit' to mainframe, but its in LIBRARY format. Howcan I convert this into a load module in PDS format so that I could include that in STEPLIB. Please help.
Cogito-Ergo-Sum
Posts: 30
Joined: Thu Jan 25, 2007 8:31 am
Location: Bengaluru, India

Post by Cogito-Ergo-Sum »

You have to RECEIVE it.

Code: Select all

TSO RECEIVE INDA(....)
It is documented.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
--Sherlock Holmes
MFPgrmrStrugglingInJava
Posts: 2
Joined: Thu Jun 28, 2007 7:59 pm

Post by MFPgrmrStrugglingInJava »

Thank you!! I see the load modules now :-)
My first "Hello World" working... yaay!!!

Am making progress and thanks to you.
Post Reply