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

what need to be installed to run my Z390 Assembler


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Abhishek Nig

New User


Joined: 01 Apr 2009
Posts: 4
Location: Bangalore

PostPosted: Wed May 06, 2009 11:17 am
Reply with quote

Hi ,

I installed z390 v1500 setup.zip - InstallShield for z390 full release on Windows on my desktop. After running the setup. I ckicked on the installed item but is searching for some other things, What elese need to installed along this.Also , I checked J2RE 1.6.0 update 12 . I this site there are many JAVA kit , what need to be installed to run my Z390 Assembler.
Back to top
View user's profile Send private message
dominickim

New User


Joined: 28 Feb 2007
Posts: 65
Location: NS, CA

PostPosted: Wed May 06, 2009 7:34 pm
Reply with quote

Hello,

I am using v1.4.04d with Linux and JRE-1.6.0_11 environment.
The only thing I had to do after installation was creating 3 links below to proper directory that your command can access without path.
ln -s /usr/local/lib/z390/z390.pl /usr/local/bin/z390
ln -s /usr/local/lib/z390/dos.pl /usr/local/bin/dos
ln -s /usr/local/lib/z390/cmd.pl /usr/local/bin/cmd.pl

I am not sure about Windows, please refer following link:
www.z390.org/z390_Windows_Support.htm#Windows%20z390%20Installation
Back to top
View user's profile Send private message
Don Higgins

New User


Joined: 12 Aug 2008
Posts: 5
Location: Tampa Bay Florida, USA

PostPosted: Wed May 06, 2009 7:37 pm
Reply with quote

Hi
A couple of things to check:
1. You need to install base release v1.5.00 first. After that you can install the latest PTF such as v1.5.00c which updates bases install with cumulative fixes and enhancements. Be sure to remove and delete all
files and directories from any prior installs as some of the earliest installs
left read only files which can corrupt future installs.
2. Be sure you don't have multiple J2SE versions installed which can conflict with latest 6.0+ install. For example remove any 1.4.3 or 5.0 versions.
3. Run IVP installation verification command after install and verify return code is not greater than 4. If it is feel free to send output to me to help you debug problem as I've not gotten any reports of install problems with v1.5.00+.
4. If your Windows desktop icon is not working, you can also try starting
command line, changing to z390 install directory, and running IVP.BAT from there. If that works ok, try ASMLG demo\DEMO to assemble, link, and execute hello world HLASM demo program.

Don Higgins
Use [URL] BBCode for External Links
Back to top
View user's profile Send private message
dominickim

New User


Joined: 28 Feb 2007
Posts: 65
Location: NS, CA

PostPosted: Wed May 06, 2009 8:32 pm
Reply with quote

Hello Don,

I never expect I can see you here.
Thanks for nice tools.

Dominic
Back to top
View user's profile Send private message
Abhishek Nig

New User


Joined: 01 Apr 2009
Posts: 4
Location: Bangalore

PostPosted: Sat May 09, 2009 9:11 am
Reply with quote

Hi Don,

Thanks for your help. After installing the base verion as well as the a, b and c verion. I ran IVP cmd and got the RC =0
****
Z390I V1.5.00a
Copyright 2008 Automated Software Tools Corporation z390 is licensed under GNU General Public License Log file = C:\Program Files\Automated Software Tools\z390\z390_2009_0509_065941.LOG
Enter command or help
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

*** 05/09/09 06:59:47 CMD task started
C:\Program Files\Automated Software Tools\z390>CD \Program Files\Automated Software Tools\z390\

C:\Program Files\Automated Software Tools\z390>IVP

C:\Program Files\Automated Software Tools\z390>rem run z390 installation verification program iz390.class

C:\Program Files\Automated Software Tools\z390>if exist z390.jar goto jar

C:\Program Files\Automated Software Tools\z390>java -classpath z390.jar -Xrs iz390
IVP OS version = Windows XP
IVP J2SE version = 1.6.0_13
IVP z390 version = V1.5.00c
IVP exiting with RC = 0
C:\Program Files\Automated Software Tools\z390> exit
*** 05/09/09 06:59:47 CMD task ended TOT SEC=0 TOT LOG IO=16

Looks like the Z390 installed sucessfully.
Back to top
View user's profile Send private message
Abhishek Nig

New User


Joined: 01 Apr 2009
Posts: 4
Location: Bangalore

PostPosted: Sun May 10, 2009 11:21 am
Reply with quote

Hi,

I ran one demo program and it is working fine. Can anybody tell me how can i write my own program , compile, link and run it with this tool.
Please guide me . I have written some small program in notepad.
Back to top
View user's profile Send private message
dominickim

New User


Joined: 28 Feb 2007
Posts: 65
Location: NS, CA

PostPosted: Mon May 11, 2009 7:52 pm
Reply with quote

Abhishek,

It is very simple.
1. Create your_program.MLC with your text editor and save it.
2. Open z390 and point directory where your_program.MLC located by using "cd " command
3. Compile/load/run your_program.MLC by using "ASMLG your_program"

Thanks,
Dominic
Back to top
View user's profile Send private message
Abhishek Nig

New User


Joined: 01 Apr 2009
Posts: 4
Location: Bangalore

PostPosted: Wed May 13, 2009 5:09 pm
Reply with quote

Thanks dominickim. I will try it.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Build dataset list with properties us... PL/I & Assembler 4
No new posts Finding Assembler programs PL/I & Assembler 5
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
No new posts Getting SOC4 while calling a Cobol DB... PL/I & Assembler 4
Search our Forums:

Back to Top