Hi,
I want to move the data from the Spool to an excel sheet after sorting it using some dates and time parameters.
can anyone help me with this case ?
Data from Spool to Excel sheet
-
- Posts: 11
- Joined: Wed Apr 02, 2008 5:05 pm
- Skillset: COBOL,CICS,DB2,IMS,VSAM,JCL
- Referer: Friend
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: Data from Spool to Excel sheet
OK.
1.I want to move the data from the Spool ... How do you intend to do this?
2.I want to move the data ... to an excel sheet ... How do you intend to do this, bearing in mind that the layout for Microsoft Excel is a rather proprietary format, and that, I presume, this excel sheet resides somewhere else other than on the mainframe?
3.after sorting it using some dates and time parameters. We could probably help here if you'd fill in a lot more of the details.
1.I want to move the data from the Spool ... How do you intend to do this?
2.I want to move the data ... to an excel sheet ... How do you intend to do this, bearing in mind that the layout for Microsoft Excel is a rather proprietary format, and that, I presume, this excel sheet resides somewhere else other than on the mainframe?
3.after sorting it using some dates and time parameters. We could probably help here if you'd fill in a lot more of the details.
-
- Posts: 11
- Joined: Wed Apr 02, 2008 5:05 pm
- Skillset: COBOL,CICS,DB2,IMS,VSAM,JCL
- Referer: Friend
Re: Data from Spool to Excel sheet
Hi MrSpock,
Thanks a lot
Sorry for the short brief..
I have a job that retrieves some data from some files and displays it in the spool in the following format.,
Countrycode x1 x2
US 12 23
UK 23 45
NL 56 90
DE 23 34
This job runs everyday and we collect the data and manually enter it into a excel sheet everyday. Now I want to automate the process.
The excel sheet will have data in the following format
Date countrycode X1 X2
3\31\2008 US 11 23
4\1\2008 US 12 23
3\31\2008 UK 22 45
4\1\2008 UK 23 45
Now i want to import the data from the spool to the excel sheet everyday ,(sorted by the current date)
Is this possible and can you help me with this ?
Thanks a lot
Sorry for the short brief..
I have a job that retrieves some data from some files and displays it in the spool in the following format.,
Countrycode x1 x2
US 12 23
UK 23 45
NL 56 90
DE 23 34
This job runs everyday and we collect the data and manually enter it into a excel sheet everyday. Now I want to automate the process.
The excel sheet will have data in the following format
Date countrycode X1 X2
3\31\2008 US 11 23
4\1\2008 US 12 23
3\31\2008 UK 22 45
4\1\2008 UK 23 45
Now i want to import the data from the spool to the excel sheet everyday ,(sorted by the current date)
Is this possible and can you help me with this ?
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Data from Spool to Excel sheet
Hello,
You could write the data to a qsam file and then copy that file to the spool.
You could also ftp the file to aremote system in the same job.
There is no good reason to write the info to the spool and then try to grab it back to download. . .
You could write the data to a qsam file and then copy that file to the spool.
You could also ftp the file to aremote system in the same job.
There is no good reason to write the info to the spool and then try to grab it back to download. . .
Hope this helps,
d.sch.
d.sch.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Sending o/p file's content to spool withot adding extra step
by Misha786 » Tue Jan 12, 2021 6:51 pm » in JCL - 4
- 2019
-
by sergeyken
View the latest post
Tue Jan 12, 2021 11:28 pm
-
-
- 3
- 6834
-
by socker_dad
View the latest post
Wed May 04, 2022 12:59 am
-
- 4
- 3267
-
by socker_dad
View the latest post
Fri Dec 31, 2021 5:28 am
-
-
eliminate duplicates with different data
by cobol_dev » Fri Jun 03, 2022 3:47 am » in DFSORT/ICETOOL/ICEGENER - 7
- 1874
-
by cobol_dev
View the latest post
Wed Jun 15, 2022 10:44 pm
-
-
-
Copying All Data Off An Old Mainframe
by zunebuggy » Wed Sep 25, 2024 1:10 am » in Mainframe Security - 0
- 1593
-
by zunebuggy
View the latest post
Wed Sep 25, 2024 1:10 am
-