¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: COBOL in TK4-: Handling Signed Numbers
No, you can use zoned decimal in calculations no issue. Joe [email protected]> wrote:
By Joe Monk · #2020 ·
Re: COBOL in TK4-: Handling Signed Numbers
Joe, I concur. I was trying to delve some 40 years into my memory. I seem to recall that Mark also makes a valid point.. You have to move SCORE to a COMP-3 field in order to do numeric calculations.
By cjar1950@... · #2019 ·
Re: COBOL in TK4-: Handling Signed Numbers
Patrik, "77 SCORE PIC S9(6)V99 SIGN IS LEADING." This is not valid for MVT Cobol. Just take off the "sign is leading". Now let me show you a trick: 02 SCORE-TXT PIC X(10). 02 SCORE-NUM-R REDEFINES
By Joe Monk · #2018 ·
Re: COBOL in TK4-: Handling Signed Numbers
I do not see "COMP-3" on any of your declarations. COMP-3 is COBOL-speak for "packed decimal." All of your fields are either character or zoned decimal. You need to convert from zoned to packed
By Mark Waterbury · #2017 ·
Re: COBOL in TK4-: Handling Signed Numbers
At the top of a COBOL listing on TK4-, I can see "CB545 V2 LVL78 01MAY72" which leads me to believe we have Version 2. The SIGN clause appeared in Versions 3 or 4 (see top of page 128 of GC28-6396-6).
By Ren¨¦ Ferland · #2016 ·
COBOL in TK4-: Handling Signed Numbers
Hello, I have a sequential file with records being fed to it via external card reader. Works very well. I want to do some statistics with the data, so I want to use the (very old) COBOL compiler
By Patrik Schindler · #2015 ·
Re: REVIEW/RFE profile management change proposal
I think mine is too old¡­. Dave Sent: 06 January 2021 12:41 To: [email protected] Subject: Re: [H390-MVS] REVIEW/RFE profile management change proposal Hi Dave sure: You must make sure that the
By Dave Wade · #2014 ·
Re: REVIEW/RFE profile management change proposal
Thanks Greg, that works. Now to work out how to do the same via x3270 onscreen interface. Vince
By Vince Coen · #2013 ·
Re: REVIEW/RFE profile management change proposal
No that was just my typing error as I could not cut and paste between the two tools and my eyes did not spot it :( Vince .
By Vince Coen · #2012 ·
Re: REVIEW/RFE profile management change proposal
Hi Dave sure: You must make sure that the Microsoft CryptoAPI is activated when you are using an older PCOM version that still offers a choice between IBM's and Microsoft's API. Also, you need to
By Juergen · #2011 ·
Re: REVIEW/RFE profile management change proposal
Is there a way to connect with IBM PCOMMS Dave Sent: 06 January 2021 12:20 To: [email protected] Subject: Re: [H390-MVS] REVIEW/RFE profile management change proposal As Linux x3270 has no response
By Dave Wade · #2010 ·
Re: REVIEW/RFE profile management change proposal
Hi Vince I'd say, your x3270 call has one colon too much: It should be Y:wotho4.ethz.ch:3270, not Y::wotho4.ethz.ch:3270. Cheers J¨¹rgen
By Juergen · #2009 ·
Re: REVIEW/RFE profile management change proposal
The following settings work for me: Cheers, Greg
By Greg Price · #2008 ·
Re: REVIEW/RFE profile management change proposal
"Vince Coen" <vbcoen@...> writes: I just tried it just a little while ago. No problems from my location. try "x3270 -noverifycert L:wotho4.ethz.ch:3270" That should get you the login screen
By Bill Doughty · #2007 ·
Re: REVIEW/RFE profile management change proposal
For what it¡¯s worth, I was able to connect and log on/off using Mocha TN3270 from macOS 11.1, just specifying SSL/TLS option and port 3270, so at least the host seems to be functioning/responsive.
By Scott Stillwell · #2006 ·
Re: REVIEW/RFE profile management change proposal
As Linux x3270 has no response when connecting with Y::wotho4.ethz.ch:3270 Just retried using windows Vista nt3270 No connection , just times out. Is it operational or suffering from CV-19 ? Vince
By Vince Coen · #2005 ·
Re: Your MVS system
Hi Vince I'm assuming you are talking about my online TK4- system? There are four public users: USER01, USER02, USER03, USER04 with passwords PASS0[1-4]. Cheers J¨¹rgen
By Juergen · #2004 ·
Re: REVIEW/RFE profile management change proposal
You can use Y: instead of L: if you want to ignore certificate warnings.
By Phil Young · #2003 ·
Your MVS system
Hi; Can you remind me what the username and password is to use Vince
By Vince Coen · #2002 ·
Re: REVIEW/RFE profile management change proposal
Hi Juergen; Just tried that as L:? etc and got a box showing :- SSL:Host certificate verification failed: EE certificate key too week (66) Using linux x3270 v3.6.ga6 dated March 2019 running under
By Vince Coen · #2001 ·