Display result on 3270 screen.

C/C++ and Java for MVS & zOS.
Post Reply
Satish Yadaw
New Member
Posts: 3
Joined: Sun Jun 19, 2016 7:44 pm

Display result on 3270 screen.

Post by Satish Yadaw »

Hi.

For a requirement, I need to make a complex interest calculation logic in Java but it would be used via 3270 emulator, how can we do that? Please advise me on that.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1885
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Display result on 3270 screen.

Post by Robert Sample »

System z runs Java, so use the Java on the system. You'll have to work with your site support group to get access to it, though -- the particulars can vary a bit from site to site. And since you explained very little about what you are doing, the issue might not be Java but rather interfacing the Java to whatever you're using to drive the calculation (TSO, CICS, IMS, etc).
User avatar
Anuj Dhawan
Founder
Posts: 2799
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Display result on 3270 screen.

Post by Anuj Dhawan »

As Robert has also said - your question leave a lot more details to be asked for. Start with very basic and see around in your system if it has been implemented already and try to seek first level of guidance from there. Hope you'll get some good start point right there.
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: Display result on 3270 screen.

Post by nicc »

A Java question - not TSO/ISPF Rexx. Topic moved.
Regards
Nic
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “C, C++ and Java for Mainframes.”