Page 1 of 1

Spool to dataset in EOS

PostPosted: Fri Mar 31, 2017 2:06 pm
by srrc
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.

Re: Spool to dataset in EOS

PostPosted: Fri Mar 31, 2017 2:36 pm
by NicC
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?

Re: Spool to dataset in EOS

PostPosted: Fri Mar 31, 2017 5:01 pm
by srrc
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..

Re: Spool to dataset in EOS

PostPosted: Fri Mar 31, 2017 5:19 pm
by Robert Sample
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).

Re: Spool to dataset in EOS

PostPosted: Mon Apr 03, 2017 9:29 am
by srrc
yes, I have reached my companies support group and raised the request.

Thank you...

Re: Spool to dataset in EOS

PostPosted: Tue May 30, 2017 4:42 pm
by srrc
Hello Experts,

I got the access but am getting syntax error. I am not able to get the example anywhere.

Here the code:

//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:

- 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.

Re: Spool to dataset in EOS

PostPosted: Tue May 30, 2017 7:23 pm
by NicC
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.

Re: Spool to dataset in EOS

PostPosted: Tue May 30, 2017 8:13 pm
by Robert Sample
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.

Re: Spool to dataset in EOS

PostPosted: Mon Mar 20, 2023 11:44 pm
by Velayuthem
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
EOS XDC.PNG

Re: Spool to dataset in EOS

PostPosted: Tue Mar 21, 2023 12:27 am
by Robert Sample
it will solve your issue.
Velayuthem, I suspect after almost SIX years the issue was resolved a long time ago.