ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » What do mainframe people use?

Post new topic  Reply to topic Goto page 1, 2  Next
 What do mainframe people use? « View previous topic :: View next topic » 
Author Message
RogerLacroix
PostPosted: Fri Mar 02, 2007 10:44 am    Post subject: What do mainframe people use? Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3254
Location: London, ON Canada

All,

What do mainframe people use?

Ok, its a little open-ended question but I've had some interesting emails in the last couple of months.

So, when you are editing code (i.e. COBOL, C, REXX, etc.) do you edit it on the mainframe or your PC then ftp it to the mainframe?

Where do you edit things like JCL or sysin members? Mainframe or PC?

For those people develop or support mainframe applications, how much of the work is done on the mainframe? i.e. 50%, 60%, 70% ... or 100%

Are there people who exclusively use the mainframe to do all of their work?

Inquiring minds want to know.

Regards,
Roger Lacroix
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
zpat
PostPosted: Fri Mar 02, 2007 11:16 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

I always use the ISPF editor, it has colour highlighting, macros etc.

But I frequently FTP source files to a PC from UNIX because I think VI is brain-damaged (as are those who like it ).
Back to top
View user's profile Send private message
HenriqueS
PostPosted: Fri Mar 02, 2007 12:28 pm    Post subject: Reply with quote

Master

Joined: 22 Sep 2006
Posts: 235

Here where I work the usual is to create the first draft on a regular PC, then upload it using FTP to z/OS.

After that, subsequent modifications are made directly on the mainframe using oedit.

JCL is usually edited directly on the mainframe. Most of time copying an already existing JCL and editing it.

Actually we are having some problems on the ascii-->ebcdic translation here...[ e ] get corrupted by stranfe chars all the time...
Back to top
View user's profile Send private message
vennela
PostPosted: Fri Mar 02, 2007 2:42 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

I used to use mainframe's panvalet which has the source code control etc. When I di COBOL programming I always did it on it.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kevinf2349
PostPosted: Fri Mar 02, 2007 7:30 pm    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

ISPF with lots of Rexx code for version control and documentation type things....then I use TSO XMIT and XMIT manager on the PC to keep the source safe and portable
Back to top
View user's profile Send private message
Vitor
PostPosted: Sat Mar 03, 2007 2:38 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ISPF.

Though I'm so bipolar I can use vi as well and like it....
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
LuisFer
PostPosted: Sat Mar 03, 2007 3:28 am    Post subject: Reply with quote

Partisan

Joined: 17 Aug 2002
Posts: 302

Always ISPF
Back to top
View user's profile Send private message
HubertKleinmanns
PostPosted: Mon Mar 05, 2007 12:55 am    Post subject: Reply with quote

Shaman

Joined: 24 Feb 2004
Posts: 732
Location: Germany

zpat wrote:
I always use the ISPF editor, it has colour highlighting, macros etc.

But I frequently FTP source files to a PC from UNIX because I think VI is brain-damaged (as are those who like it ).


But vi is also available on Windows and (in USS) on mainframes - for "brain-damaged" users like me
_________________
Regards
Hubert
Back to top
View user's profile Send private message Visit poster's website
Vitor
PostPosted: Mon Mar 05, 2007 1:04 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

HubertKleinmanns wrote:

But vi is also available on Windows and (in USS) on mainframes - for "brain-damaged" users like me


This board is just so informative.....

{Quick, Mr Google, where's vi for Windows.......}
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
HubertKleinmanns
PostPosted: Mon Mar 05, 2007 2:33 am    Post subject: Reply with quote

Shaman

Joined: 24 Feb 2004
Posts: 732
Location: Germany

Vitor wrote:
HubertKleinmanns wrote:

But vi is also available on Windows and (in USS) on mainframes - for "brain-damaged" users like me


This board is just so informative.....

{Quick, Mr Google, where's vi for Windows.......}


try
Quote:
ftp://ftp.vim.org/pub/vim/pc/gvim70.exe

_________________
Regards
Hubert
Back to top
View user's profile Send private message Visit poster's website
Vitor
PostPosted: Mon Mar 05, 2007 2:35 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

HubertKleinmanns wrote:
try
Quote:
ftp://ftp.vim.org/pub/vim/pc/gvim70.exe


Found it and thank you
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
RogerLacroix
PostPosted: Mon Mar 12, 2007 7:47 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3254
Location: London, ON Canada

All,


Thanks for the input - sorry for the delay but I hae been really, really busy.

Like many people, I started out on the mainframe in the 80's. In the 90's, I started using an editor called Kedit on the PC - first on DOS then OS/2 and finally on Windows. It's a great editor; it has macros and can run REXX as a scripting language. I customized it to look like the ISPF editor. I built scripts to push and pull files to/from any environment with a simple click.

Several years ago, I switched over to Eclipse and built Ant scripts to push and pull files to/from any environment with a simple click.

I figured by now most people were doing this but I guess I have blinders on. Big thick blinders on!

In case you were wondering why I would ask that question, here it is:

After I announced that I was porting my 2 security solutions to the mainframe, I got a couple of emails asking me if I was going to port MQ Visual Edit to the mainframe. I gave the usual response of 'MQ Visual Edit can remotely connect to any mainframe queue manager'. Ever so often I get the same question and then I got it again today.

Of course, this got me thinking. Hummmmm. Maybe there are a lot of mainframe people who simply prefer to use mainframe tools rather than PC based tools.

And by the responses, it would appear to be true.


Regards,
Roger Lacroix
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
bbburson
PostPosted: Tue Mar 13, 2007 7:37 am    Post subject: Reply with quote

Partisan

Joined: 06 Jan 2004
Posts: 378
Location: Nowhere near a queue manager

RogerLacroix wrote:
Of course, this got me thinking. Hummmmm. Maybe there are a lot of mainframe people who simply prefer to use mainframe tools rather than PC based tools.

And by the responses, it would appear to be true.

Roger,
If you took a similar poll for UNIX folks you might be equally surprised. For instance, most of my queue managers are on AIX, HP-UX and Sun. I use my PC to run an ssh client to attach to the servers and do almost all my work in vi. It just depends on what you grew up on, I suppose, and I for one cannot find reason enough to become Window-ized.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Mar 13, 2007 7:48 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

bbburson wrote:
I use my PC to run an ssh client to attach to the servers and do almost all my work in vi.


As do I. Please see my comment above
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
jdye
PostPosted: Wed Mar 14, 2007 10:59 am    Post subject: Reply with quote

Apprentice

Joined: 14 Jun 2002
Posts: 31
Location: Kansas City

Roger,
In our shop all mainframe development is done on the mainframe using a version management and ISPF based workbench tool called Changeman, as is our JCL development and storage. Our mainframe development group develops strictly mainframe applications. Like you, most of them started in the 80s and a few are not that PC savvy. We had to wrestle a dumb terminal from one of our mainframe guys; didn't even what to use a PC for terminal emulation. Some totally embrace new technology and others wish technology would stand still. From what I have seen is that in larger shops, people specialize more. In our shop, our mainframe devleopers are 90-100% mainframe.

Janet
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General Discussion » What do mainframe people use?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.