PC/370 download



Post anything related to mainframes (IBM & UNISYS) if not fit in any of the above categories

PC/370 download

Postby jaggz » Thu Apr 26, 2012 3:14 pm

Hi,

Could you please let me know from where I can download PC/370.

Jaggz
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: PC/370 download

Postby Robert Sample » Thu Apr 26, 2012 5:34 pm

Are you wanting the mainframe cross-assembler that runs on a PC?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: PC/370 download

Postby enrico-sorichetti » Thu Apr 26, 2012 6:24 pm

rather than PC/370 better use
the z390 Portable Mainframe Assembler and Emulator
http://www.z390.org/
more up to date with assembler syntax and instruction set
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: PC/370 download

Postby steve-myers » Fri Apr 27, 2012 12:50 am

A semi unrelated question, for my own curiosity. Does PC/370 run in Win 7 or Win Vista?

When I researched z390 some months ago I noticed PC/370's author seemed to be in the z390 camp.

Going back to Jaggz: since you appear to have a mainframe at your disposal, why would you want to bother with something like PC/370 or z390?
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: PC/370 download

Postby jaggz » Fri Apr 27, 2012 9:03 am

Dear Steve/all,

Are there any manual on BAL(Basic Assembler Language) to read and practise few exercises ?

Jaggz
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: PC/370 download

Postby steve-myers » Fri Apr 27, 2012 11:39 am

I'm not aware of any manuals with possible exercises. There are some textbooks floating around. Others may have titles. There have been titles mentioned in topics in the Assembler section of this forum. A Google search for PC/370 will turn up some textbook titles if you have the patience to go through some of the links, though these may be oriented towards the now obsolete PC/370 product. Similarly, a Google search for z390 may turn up some suggestions.

I started out doing things that looked interesting, but that was 40+ years ago, though the same exercises can still be done. Writing a program that lists a PDS directory in the same general format as the IEHLIST LISTPDS function is just as challenging for a beginner as it was for me in early 1969. Replicating the IEBPTPCH PRINT TYPORG=PO is another good exercise for a beginner; you'll learn quite a lot about READ/CHECK and deblocking data blocks, as well as using FIND ttrn,C to point to the first block of a member using the TTR you obtain from reading a directory.

One thing that beginners have trouble with is conversions from binary to text and from text to binary. Learn those conversions and learn them well; you will find you need them all the time. Don't make the mistake of using band aides like the Assist XDECO / XDECI macros. Use this opportunity to learn the ED instruction for simple conversions, this will be helpful later on when you may be faced with more complex conversions.

Doing these exercises will inevitably lead to errors and dumps. These will not be complex dumps, so use this opportunity to learn the basics of how to read a "simple" dump; this will be an extremely useful skill later on.

Good luck!
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: PC/370 download

Postby jaggz » Fri Apr 27, 2012 12:09 pm

Dear Steve,

Thanks for injecting the Assembler interest and your explanation can make anybody to put more interest to learn BAL. I strongly feel that assembler is a main pre-requisite for any Mainframe system programmers to understand the Z/OS architecture.
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: PC/370 download

Postby enrico-sorichetti » Fri Apr 27, 2012 1:53 pm

You might start from here
http://www.simotime.com/indexasm.htm
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: PC/370 download

Postby steve-myers » Sat Apr 28, 2012 12:30 am

jaggz wrote:... I strongly feel that assembler is a main pre-requisite for any Mainframe system programmers to understand the Z/OS architecture.
<Personal opinion on>Yes and no. A number of different operating systems, ranging from Linux through z/OS have been hosted on the raw hardware, and the knowledge of the hardware imparted from learning at least some Assembler is not very useful in understanding the architecture of the operating system. If that's your goal, understanding the system architecture as expressed in a dump will be your primary achievement.<Personal opinion off>
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: PC/370 download

Postby Peter_Mann » Sat Apr 28, 2012 2:13 am

steve-myers wrote:
jaggz wrote:... I strongly feel that assembler is a main pre-requisite for any Mainframe system programmers to understand the Z/OS architecture.
<Personal opinion on>Yes and no. A number of different operating systems, ranging from Linux through z/OS have been hosted on the raw hardware, and the knowledge of the hardware imparted from learning at least some Assembler is not very useful in understanding the architecture of the operating system. If that's your goal, understanding the system architecture as expressed in a dump will be your primary achievement.<Personal opinion off>


And I have personally seen Steve read thru a dump spewing off Opt codes and converting hex to binary..... saying "what the heck are they doing that for" :D
good ole days @ Boeing
Peter
Peter_Mann
 
Posts: 145
Joined: Fri Jun 24, 2011 7:37 pm
Location: Lowell,AR
Has thanked: 15 times
Been thanked: 3 times

Next

Return to All other Mainframe Topics

 


  • Related topics
    Replies
    Views
    Last post