Spool to dataset in EOS



All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.

Spool to dataset in EOS

Postby srrc » Fri Mar 31, 2017 2:06 pm

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.
srrc
 
Posts: 13
Joined: Tue Mar 28, 2017 1:43 pm
Has thanked: 2 times
Been thanked: 0 time

Re: Spool to dataset in EOS

Postby NicC » Fri Mar 31, 2017 2:36 pm

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
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Spool to dataset in EOS

Postby srrc » Fri Mar 31, 2017 5:01 pm

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..
srrc
 
Posts: 13
Joined: Tue Mar 28, 2017 1:43 pm
Has thanked: 2 times
Been thanked: 0 time

Re: Spool to dataset in EOS

Postby Robert Sample » Fri Mar 31, 2017 5:19 pm

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).
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Spool to dataset in EOS

Postby srrc » Mon Apr 03, 2017 9:29 am

yes, I have reached my companies support group and raised the request.

Thank you...
srrc
 
Posts: 13
Joined: Tue Mar 28, 2017 1:43 pm
Has thanked: 2 times
Been thanked: 0 time

Re: Spool to dataset in EOS

Postby srrc » Tue May 30, 2017 4:42 pm

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.
srrc
 
Posts: 13
Joined: Tue Mar 28, 2017 1:43 pm
Has thanked: 2 times
Been thanked: 0 time

Re: Spool to dataset in EOS

Postby NicC » Tue May 30, 2017 7:23 pm

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.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Spool to dataset in EOS

Postby Robert Sample » Tue May 30, 2017 8:13 pm

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.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Spool to dataset in EOS

Postby Velayuthem » Mon Mar 20, 2023 11:44 pm

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
You do not have the required permissions to view the files attached to this post.
Velayuthem
 
Posts: 1
Joined: Mon Mar 20, 2023 11:40 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Spool to dataset in EOS

Postby Robert Sample » Tue Mar 21, 2023 12:27 am

it will solve your issue.
Velayuthem, I suspect after almost SIX years the issue was resolved a long time ago.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to All Other Tools

 


  • Related topics
    Replies
    Views
    Last post