Re: Leap Seconds, was Efficient conversion of GMT to/from local time from COBOL?

2008-10-31 Thread Mansell, George R.
The origin of the leap second is the moon, blame Mother Nature. Our clocks are too accurate. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Field, Alan C. Sent: Friday, October 31, 2008 10:06 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Leap Seconds,

Re: Simple VTAM-Question?

2008-10-15 Thread Mansell, George R.
Look in the manual of operator commands under modify table (usstab). -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Michael Knigge Sent: Wednesday, October 15, 2008 4:01 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Simple VTAM-Question? All, I've

Re: Export catalog by FTP

2008-09-25 Thread Mansell, George R.
I think recfm u should work, you might try this. //STEP05 EXEC PGM=FTP,REGION=2048K, // PARM='SYS093.UMB.COM (EXIT TRACE ' //NETRCDD DUMMY //SYSPRINT DD SYSOUT=*

Re: REXX EXEC

2008-09-24 Thread Mansell, George R.
A mod 400 year is also a leap year. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Lindy Mayfield Sent: Wednesday, September 24, 2008 6:13 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: REXX EXEC Yes, but there is always a simpler solution: /*

Re: TEST

2008-09-22 Thread Mansell, George R.
5x5 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Howard Rifkind Sent: Monday, September 22, 2008 10:41 AM To: IBM-MAIN@BAMA.UA.EDU Subject: TEST TEST to the List...Please be kind enough to reply. Thanks. _ LEGAL NOTICE

Re: Enterprise COBOL v3.4.1 run time issue

2008-08-26 Thread Mansell, George R.
Pack of FOW123 followed by zap and unpack would do this without a data exception. Only changes the zones C,D,E. Probably pic 99 == pic 99. Why not use If not numeric? -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of McKown, John Sent:

Re: Enterprise COBOL v3.4.1 run time issue

2008-08-25 Thread Mansell, George R.
Doubt the Read is involved. Look at the move code for this field generated by the complier. Pics? On Mon, 25 Aug 2008 08:26:19 -0600, Steve Comstock wrote: K Zafirop wrote: The value passed is the arithmetic truncation of the string. For example a string 'FOW123' is passed with value

Re: STOPX37 SMS loop

2008-08-21 Thread Mansell, George R.
Have you asked the outside business to code dcb info in the process? -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Patrick O'Keefe Sent: Tuesday, August 05, 2008 7:24 PM To: IBM-MAIN@BAMA.UA.EDU Subject: STOPX37 SMS loop Has anybody using

Re: Port assignment for 992 ssl

2008-08-15 Thread Mansell, George R.
1.9 default telnet daemon stc name tn3270D (no ssl here). BROWSETECGRM.NETSTAT.CONNLine 0001 Col 0 Command === Scroll === MVS TCP/IP NETSTAT CS V1R9 TCPIP Name: TCPIP 01:53:12 User Id Conn

Re: Converting / Copying a dataset from RECFM=UA to RECFM=FB

2008-08-07 Thread Mansell, George R.
I think reading recfm u returns the length in register 1. If he writes variable he will be responsible for the block and record prefixes. It should be simpler to write fixed with a little blank padding. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On

Re: Tracing from a Terminal/Netname

2008-08-07 Thread Mansell, George R.
D net,id=GI15126,e might give the ip unless you are using a security server; be quick. From the ip you might identify a pac. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of McKown, John Sent: Thursday, August 07, 2008 12:22 PM To:

Re: Tracing from a Terminal/Netname

2008-08-07 Thread Mansell, George R.
Here's a connection without a security server, likely the terminal name will be reassigned before dhcp is an issue. ENTER VTAM COMMAND d net,id=TC4P0007,e IST097I DISPLAY ACCEPTED IST075I NAME = UMBINET.TC4P0007 , TYPE = DYNAMIC APPL IST486I STATUS= ACT/S , DESIRED STATE= ACTIV

FW: [IBMTCP-L] segmentationoffload

2008-07-25 Thread Mansell, George R.
Apparently it's fixed in 1.9. When we were burned vipa made it painless. -Original Message- From: IBM TCP/IP List [mailto:[EMAIL PROTECTED] On Behalf Of Colin Keltie Sent: Friday, July 25, 2008 4:36 AM To: [EMAIL PROTECTED] Subject: Re: [IBMTCP-L] segmentationoffload Like most everybody

Re: FW: [IBMTCP-L] segmentationoffload

2008-07-25 Thread Mansell, George R.
that it is enabled in 1.9? The documentation says that NOSEGMENTATIONOFFLOAD is still the default. Mansell, George R. [EMAIL PROTECTED] 7/25/2008 10:08 AM I think I read too much into Rick's post. Why do they enable it in base 1.9 when it's broke? -Original Message- From: IBM Mainframe

Re: FW: [IBMTCP-L] segmentationoffload

2008-07-25 Thread Mansell, George R.
-0500, Mansell, George R. [EMAIL PROTECTED] wrote: I think I read too much into Rick's post. Why do they enable it in base 1.9 when it's broke? There are multiple they involved here. The bug was in microcode and/or hardware. The enablement code is in z/OS and has been there for a number

Re: FTP Temporary File

2008-07-17 Thread Mansell, George R.
This worked with or without the quotes on the input file. Step01 creates a file with my name contact and date. //TECGRM01 JOB 5740TC,G.MANSELL,MSGCLASS=O,PRTY=9,CLASS=A, //NOTIFY=SYSUID TYPRUN=SCAN //STEP01EXEC PGM=UTIL0008

Re: Code Page 1047 vs 037 (Was: coming soon ...)

2008-07-08 Thread Mansell, George R.
In some cases it might be necessary to check the telnet CodePage setting. On Mon, 7 Jul 2008 15:31:51 -0500, Mansell, George R. [EMAIL PROTECTED] wrote: BROWSESYS1.TCPPARMS(TCPCOMMN) - 01.33 Command === CodePage ISO8859-1 IBM-1047 ; Linemode ASCII, EBCDIC code pages What are trying

Re: Code Page 1047 vs 037 (Was: coming soon ...)

2008-07-07 Thread Mansell, George R.
BROWSESYS1.TCPPARMS(TCPCOMMN) - 01.33 Command === CodePage ISO8859-1 IBM-1047 ; Linemode ASCII, EBCDIC code pages Ed - Gee, I must have missed the memo--I'm still using old code page 037! I changed my PCOM configuration

Re: TN3270 *from* a host??

2008-06-26 Thread Mansell, George R.
From 1 Tso to another tcpip stack, certainly full screen: READY telnet p3l1 MVS TCP/IP TELNET CS V1R7 Connecting to P3L1 198.176.137.228, port TELNET (23) *** Using Transparent Mode... Notes on using Telnet when in Transparent Mode: - To enter Telnet Command, Hit PA1

Re: LRVH instruction - misnamed or BAD?

2008-06-18 Thread Mansell, George R.
Maybe help it out? XR R0,R0 LRVHR0,INTEL_HALFWORD -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of McKown, John Sent: Wednesday, June 18, 2008 10:08 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: LRVH instruction - misnamed or BAD?

Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

2008-06-18 Thread Mansell, George R.
You can contact me off list. [EMAIL PROTECTED] 816.860.1149 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Melissa Perry Sent: Wednesday, June 18, 2008 9:45 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: TCPIP CONVERT GATEWAY STMT and ADD OSA Can

Re: 3270 Software for Mac

2008-06-11 Thread Mansell, George R.
Seagull Software acquired by Rocket Software, Bluezone. Goes through a server providing encryption to the desktop. On Windows active x, other platforms java. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Wilson Sent: Wednesday, June

Re: 3270 Software for Mac

2008-06-11 Thread Mansell, George R.
For Gerhard Postpischil Any problems with Bluezone graphics? Build v4.1C2 Build 838 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Wilson Sent: Wednesday, June 11, 2008 1:13 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: 3270 Software for

Re: SSL Timeout

2008-06-11 Thread Mansell, George R.
values to the default and I'm waiting on the person with the issue to report back to me. On Mon, Jun 9, 2008 at 4:52 PM, Mansell, George R. [EMAIL PROTECTED] wrote: Our firewall inactive timeout is 1 hour. When it happened it was nasty; Tcpip Vtam resources were not recovered. We have Tcpip

Re: 3270 Software for Mac

2008-06-10 Thread Mansell, George R.
If your Mac does Java check this out: http://www.seagullsoftware.com/ -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Norbert Friemel Sent: Tuesday, June 10, 2008 4:00 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: 3270 Software for Mac On Tue, 10

Re: TCPIP Segmentation Offload

2008-06-09 Thread Mansell, George R.
What is your level of CS? Thanks -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Zimmerman, Tom Sent: Monday, June 09, 2008 1:59 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: TCPIP Segmentation Offload We have segmentation offload, microcode level

Re: SSL Timeout

2008-06-09 Thread Mansell, George R.
Our firewall inactive timeout is 1 hour. When it happened it was nasty; Tcpip Vtam resources were not recovered. We have Tcpip inactive set to timeout just before the firewall does. Your 10 minutes sounds awfully short. -Original Message- From: IBM Mainframe Discussion List

Re: TCPIP Segmentation Offload

2008-06-06 Thread Mansell, George R.
For me a positive would be, not having to bounce the osa cards at Ipl. Can we say overconfidence? After I get the microcode I would try it. ITTIQDIO OSA CODE LEVEL = D55K OSAE690P OSA CODE LEVEL = 0026 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On

Re: FTP VB dataset

2008-05-09 Thread Mansell, George R.
Since both are IBM mainframes try this, I've had good luck with it. Menu Utilities Compilers Help ¢¢¢ BROWSETECGRM.JCL.PDS(FTPEXAMP) - 01.99 Line 0001

Re: TCPIP CONVERT GATEWAY STMT and ADD OSA

2008-05-07 Thread Mansell, George R.
This is in my beginroutes (first hop). If your hummingbirds use dns you can change a few to use a hard address and when it works change the rest with dns. ; Destination First Hop Link Name Packet Size ROUTE DEFAULT 198.176.221.1 OSAETH0 MTU DEFAULTSIZE

Re: Connect:Direct (NDM) CPU Usage

2008-05-02 Thread Mansell, George R.
I have not seen this problem but Ndm has different levels of compression. Do you know what level of compression was used? I think level 1 is the default. George Mansell UMB Bank 816-860-1149 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of

Re: ioajava.jar

2008-04-23 Thread Mansell, George R.
Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mansell, George R. Sent: Friday, April 18, 2008 2:13 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: ioajava.jar I upgraded to java 1.6.0._5 and changed path statements. It looks like I am finding javx/help but I still have ClassNotFoundExecption

Re: ioajava.jar

2008-04-18 Thread Mansell, George R.
Do you have a JHHOME system variable? -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of R.S. Sent: Friday, April 18, 2008 3:54 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: ioajava.jar My CLASSPATH:

Re: ioajava.jar

2008-04-18 Thread Mansell, George R.
What is you release of Java? Thanks -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of R.S. Sent: Friday, April 18, 2008 3:54 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: ioajava.jar My CLASSPATH:

Re: ioajava.jar

2008-04-18 Thread Mansell, George R.
I upgraded to java 1.6.0._5 and changed path statements. It looks like I am finding javx/help but I still have ClassNotFoundExecption. Is there anything else in your \osa? I had this problem just this week. Turned out to be that java couldn't find the help directory in the CLASSPATH statement.