Author |
Message |
Topic: COBOL to XML |
Deaf Smith
Replies: 12
Views: 22391
|
Forum: Tools and Downloads Posted: Fri Jul 06, 2012 10:16 pm Subject: COBOL to XML |
Thanks.
I was THE payroll programmer for 10 years here! Integral was the system.
Started on TI-990 mini computers when first out of college doing system generations, installing packages, and wri ... |
Topic: COBOL to XML |
Deaf Smith
Replies: 12
Views: 22391
|
Forum: Tools and Downloads Posted: Fri Jul 06, 2012 7:00 pm Subject: COBOL to XML |
Mr. Brenholtz,
Thank you for your response. It's more help than you think!
Now I once have converted a COBOL/VSAM/CICS system to Microsoft SQL and ASP.NET by myself using a ASP.NET book and free ... |
Topic: COBOL to XML |
Deaf Smith
Replies: 12
Views: 22391
|
Forum: Tools and Downloads Posted: Thu Jul 05, 2012 9:46 pm Subject: COBOL to XML |
Ok. XML good for transferring data but bad for end-user systems.
We were planning on COBOL creating the flat files with pipes to delimit the data then FTP to the sever and rebuild. Would XML be us ... |
Topic: COBOL to XML |
Deaf Smith
Replies: 12
Views: 22391
|
Forum: Tools and Downloads Posted: Wed Jul 04, 2012 6:03 pm Subject: COBOL to XML |
Ok.
Now we would simply use FTP and COBOL to create flat files to send to a server and there create tables with SQL or Oracle.
But could XML be then used to communicate with the server to displ ... |
Topic: COBOL to XML |
Deaf Smith
Replies: 12
Views: 22391
|
Forum: Tools and Downloads Posted: Wed Jul 04, 2012 9:03 am Subject: COBOL to XML |
Well the system we are thinking of, in converting to from the old legacy system, is it will have about 100 TB of data, if not more, in txt files that are delimited by pipes so we can load into either ... |
Topic: COBOL to XML |
Deaf Smith
Replies: 12
Views: 22391
|
Forum: Tools and Downloads Posted: Tue Jul 03, 2012 9:11 pm Subject: COBOL to XML |
Guys,
We have a huge old payroll system that has been replaced with a server. BUT, for bringing up old data on employees we would like to get the cobol/cics system off and on a server.
Anyone kn ... |
Topic: If you were going to convert MVS/CICS/COBOL/JES system |
Deaf Smith
Replies: 3
Views: 6650
|
Forum: Other Technical Topics Posted: Fri Jun 22, 2012 3:50 pm Subject: If you were going to convert MVS/CICS/COBOL/JES system |
The system is MVS CICS based with very large VSAMS. Some have over 3 million records and 30+ TB (21300 cyl x 720 KB per cyl = 153,360,000 k bytes)
Might just run batch SQL reports.
So the system ... |
Topic: If you were going to convert MVS/CICS/COBOL/JES system |
Deaf Smith
Replies: 3
Views: 6650
|
Forum: Other Technical Topics Posted: Thu Jun 21, 2012 10:44 am Subject: If you were going to convert MVS/CICS/COBOL/JES system |
With over 5 TB of data for a read-only server system what hardware system would work?
For say 40 users online to access the data. No updates just read-only access to retrieve old data.
Would a t ... |
Topic: Generation Data Group Member Renaming |
Deaf Smith
Replies: 2
Views: 2258
|
Forum: Utilities Posted: Fri Oct 08, 2010 1:11 pm Subject: Generation Data Group Member Renaming |
Guys a question....
We are in a conversion and part of it we need to copy an awful lot of flat files in one GDG to another, and the files are well over 10k cylinders each!
Now my question is ... |
Topic: How to create a loadlib with just JCL and not using ISPF |
Deaf Smith
Replies: 6
Views: 8458
|
Forum: Job Control Language(JCL) Posted: Thu Jan 14, 2010 1:55 pm Subject: How to create a loadlib with just JCL and not using ISPF |
Well this works for any of you that needs it:
//HACKLOAD JOB (0000),'LOADLIB',CLASS=A,MSGCLASS=X,REGION=8M
//*
//************************************************************
//* THIS WILL AUTOMA ... |
Topic: How to create a loadlib with just JCL and not using ISPF |
Deaf Smith
Replies: 6
Views: 8458
|
Forum: Job Control Language(JCL) Posted: Thu Jan 14, 2010 11:29 am Subject: How to create a loadlib with just JCL and not using ISPF |
I'm able to ccpy loadlibs to loadlibs but I need to create a fresh loadlib late at night and then copy the production loadlib to the new test one.
ISPF will now show me the JCL behind the online ... |
Topic: CICS Transaction Dump Codes |
Deaf Smith
Replies: 1
Views: 2338
|
Forum: CICS and Middleware Posted: Wed Jan 06, 2010 3:36 pm Subject: CICS Transaction Dump Codes |
On our Z system I get some codes show up that are not in the books (or at least what I have.)
Such as:
Trd(DB58)
Trd(HQ02)
Trd(IP31)
Trd(IVIS)
Trd(QU11)
Trd(U210)
Where would I go to find ... |
Topic: ISMF Storage Group and a batch way to do a listvol |
Deaf Smith
Replies: 1
Views: 1791
|
Forum: Utilities Posted: Tue Jun 16, 2009 1:58 pm Subject: ISMF Storage Group and a batch way to do a listvol |
I am trying to make a batch JCL give me a list of what is on a partiular storage group.
I can do this from ISMF by going to the Storage Group (option 6) and then having then CDS Name being 'active ... |
Topic: Bat files and sending JCL to JES |
Deaf Smith
Replies: 1
Views: 1817
|
Forum: Application Programming Posted: Fri Jan 09, 2009 9:30 am Subject: Bat files and sending JCL to JES |
I use a BATCH file to send a JCL to the mainframe. The users have to put in userid and password in the batch file and this is part of the FTP command file that then sends the JCL to the Z10.
Well s ... |
Topic: FTP JCL to JES for processing |
Deaf Smith
Replies: 1
Views: 4077
|
Forum: Other Technical Topics Posted: Mon Dec 08, 2008 11:37 am Subject: FTP JCL to JES for processing |
Here is my problem. We intend for users to be able to run their own batch reports via FTP from their PC.
The idea is to use a language that allows them to, without knowing, construct their own JCL ... |
|