Dear all,
We are using EOS (Entreprise Output Solution), I like to extract the spool data into a dataset in a job.
Please let me know if I can provide any more information.
Thanks in advance.
Spool to dataset in EOS
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: Spool to dataset in EOS
What have you tried? What do you not understand from the manuals and online help? How do your co-workers do this and why does that not work for you?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
Re: Spool to dataset in EOS
I tried JCL using PGM SPMUT00 but didnt work out.
I keep on trying finally, right JCL without error I did n ended up with authorization issue.
In 3.4, I can browse the dataset but by using JCL am not able to.
thank you..
I keep on trying finally, right JCL without error I did n ended up with authorization issue.
In 3.4, I can browse the dataset but by using JCL am not able to.
thank you..
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Spool to dataset in EOS
Go to your site support group.
Find the security team within the site support group.
Explain what you are wanting to do and that you got an authorization error.
Ask them to give you authority to do what you want to do.
An authorization error is one of those problems for which a forum is ABSOLUTELY no help to you -- because the valid and correct solution is to get authorized. Anything else would be considered attempting to violate the security of your site and hence could lead to management action up to and including termination of the employee (you in this case).
Find the security team within the site support group.
Explain what you are wanting to do and that you got an authorization error.
Ask them to give you authority to do what you want to do.
An authorization error is one of those problems for which a forum is ABSOLUTELY no help to you -- because the valid and correct solution is to get authorized. Anything else would be considered attempting to violate the security of your site and hence could lead to management action up to and including termination of the employee (you in this case).
Re: Spool to dataset in EOS
yes, I have reached my companies support group and raised the request.
Thank you...
Thank you...
Re: Spool to dataset in EOS
Hello Experts,
I got the access but am getting syntax error. I am not able to get the example anywhere.
Here the code:
The RSDLOG message:
Thanks in advance.
I got the access but am getting syntax error. I am not able to get the example anywhere.
Here the code:
Code: Select all
//STEP1 EXEC PGM=SPMUT00
//RSDPARM DD DISP=SHR,
// DSN=CTLXYZ.WSF2.PARMLIB
//RSDLOG DD SYSOUT=*,
// DCB=RECFM=VBM
//SYSOUT DD SYSOUT=*
//RSDPROF DD DISP=SHR,
// DSN=CTLXYZ.WSF2.PROFILE.MD001
//EOSSP DD DISP=SHR,
// DSN=CTLXYZ.WSF2.SPO1J
//SORTIE DD DSN=ABCDEF.EOS.SEARCH.OUTPUT,
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,
// DCB=(RECFM=FB,LRECL=133,BLKSIZE=27930),
// SPACE=(CYL,(10,1),RLSE)
//SYSIN DD *
UID=RSD0
SEARCH SP=EOSSP,O=SORTIE,
SRCH='LMN00A1',
ROOT=TRO,
FDATE=290517,
TODATE=300517
The RSDLOG message:
Code: Select all
- EOS UTILITIES VERSION 2.1 - - COMMAND REPORT -
--------------------------------------------------------------------------------
SEARCH SP=EOSSP,O=SORTIE, 00170118
SPMUT00-03 SYNTAX ERROR ON SYSIN
-- END OF UTILITY RUN --
Thanks in advance.
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: Spool to dataset in EOS
3 things:
1 - have you checked that it conforms to the syntax defined in the manual?
2 - have you tried without the line number in cols 73-80?
3 - I think I covered my third point in point 1 - so double-check.
1 - have you checked that it conforms to the syntax defined in the manual?
2 - have you tried without the line number in cols 73-80?
3 - I think I covered my third point in point 1 - so double-check.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Spool to dataset in EOS
1. Talk to your coworkers about their use of the utility and do what they tell you.
2. Read the documentation and see where your job does not meet the software requirements. And if your site is licensed for the software, YOU have access to the documentation -- it may be hardcopy, it may be on an internal company web site, or you may have to go to the vendor to get it -- but you do have access to the manuals. If you cannot be bothered to find and read the documentation, why should we be bothered to help you?
3. EOS is a very rare product -- there's almost nothing on the Internet about it, so do not expect to find much help on this (or any) forum because most people simply do not know the product.
4. The location of the error message indicates that EOS may not support line numbers in its commands, as Nicc mentioned.
2. Read the documentation and see where your job does not meet the software requirements. And if your site is licensed for the software, YOU have access to the documentation -- it may be hardcopy, it may be on an internal company web site, or you may have to go to the vendor to get it -- but you do have access to the manuals. If you cannot be bothered to find and read the documentation, why should we be bothered to help you?
3. EOS is a very rare product -- there's almost nothing on the Internet about it, so do not expect to find much help on this (or any) forum because most people simply do not know the product.
4. The location of the error message indicates that EOS may not support line numbers in its commands, as Nicc mentioned.
-
- Posts: 1
- Joined: Mon Mar 20, 2023 11:40 pm
- Skillset: Mainframe skills
- Referer: friend
Re: Spool to dataset in EOS
Hi Specify the dataset u want the spool to be printed into in the SYSOUT DD along with DCB parameters for dataset allocations it will solve your issue.Please find the jcl in the attachment
You do not have the required permissions to view the files attached to this post.
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Spool to dataset in EOS
Velayuthem, I suspect after almost SIX years the issue was resolved a long time ago.it will solve your issue.
-
- 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
- 2008
-
by sergeyken
View the latest post
Tue Jan 12, 2021 11:28 pm
-
-
- 12
- 3773
-
by RalphEagle
View the latest post
Fri Jul 30, 2021 1:00 pm
-
- 3
- 2596
-
by sergeyken
View the latest post
Sat Nov 16, 2024 11:05 pm
-
- 2
- 2707
-
by willy jensen
View the latest post
Sat Mar 04, 2023 12:41 pm
-
-
SMTPNOTE - can a font be specified for a dataset?
by Proddish2348 » Sat Jul 01, 2023 5:31 am » in Operating Systems - 0
- 4216
-
by Proddish2348
View the latest post
Sat Jul 01, 2023 5:31 am
-