MICS

 View Only
  • 1.  Parms(SyncSort)

    Posted Dec 08, 2021 06:37 AM
    Hello,
    
    There was a maintenance of our system last week and since that time in the MICS logs there has appeared a SPYSET sysout which contains hundreds of thousand lines, yet we have not changed our syncsort parameter at the level of l 'unity. How the SPYSET appeared. Thank you


  • 2.  RE: Parms(SyncSort)

    Posted Dec 08, 2021 07:15 AM

    According to an MFX 3.1 Install Guide (found with an Internet search), suggesting checking execution or PROC JCL executed, either looking for the SPYSET DD or directed to //SYSOUT DD – also, verify the $ORTPARM DD parameters (or possibly even a JCL EXEC PARM=) being passed to MFX/SYNCSORT and possibly there is a DEBUG parameter specified?

    Scott Barry
    SBBTech LLC




  • 3.  RE: Parms(SyncSort)

    Posted Dec 08, 2021 07:32 AM

    Hi,

     

    Effectively we have the DEBUG option in prefix.parms (SyncSort), I removed the DEBUG parameter and that solved the problem. Thank you !

     

     

     

    Michel Lavoie
    Technicien en informatique
    Direction de la gestion du traitement et du stockage
    Infrastructures technologiques Québec

    1500, rue Cyrille-Duquet, 1er étage, Québec (Québec) G1N 4T6
    Tél. : 418 644-1500, poste 2262 | Téléc. : 418 644-4363 
    Michel.Lavoie@itq.gouv.qc.ca
    Quebec.ca/gouv/infrastructures-technologiques




    Ce message est confidentiel et est à l'usage exclusif du destinataire identifié ci-dessus. Toute autre personne est, par les présentes, avisée qu'il lui est strictement interdit de le diffuser, de le distribuer, d'en dévoiler le contenu ou de le reproduire. Si vous avez reçu cette communication par erreur, veuillez en informer l'expéditeur par courrier électronique immédiatement et détruire l'original de ce message ainsi que toute copie.







  • 4.  RE: Parms(SyncSort)

    Posted Dec 08, 2021 08:10 AM
    Edited by Scott Barry Dec 08, 2021 08:13 AM
    I always encourage SYNCSORT customers using MICS to reach-out to SYNCSORT technical support for performance tuning guidance with their MICS $ORTPARM DD parameter definition.  Consider that the MICS-default (distributed version) SYNCSORT PARMS member provided is basic and can always be improved for the unique sort-environment, such as with a MICS/SAS environment where there are many large/small sorts performed in a given job-step (for example, the VSCORET= parameter along with an increased JOB/STEP REGION-size, and apparently some more-recent parameter settings DSM/DSMWEND.)   Also, beyond the MFX/SYNCSORT basic-install, an optional feature can be licensed with SAS-interface PROC SYNCSORT, as well as the MFX/SYNCSORT feature for zIIP CP/core enablement.

    Other SYNCSORT/DFSORT performance tuning opportunities can be realized simply with having a sufficient number of pre-allocated //SORTWKnn JCL DD statements and specifying key DD parameters DSNTYPE=LARGE and also both secondary as well as primary SPACE.  Do consider that MICS JCLDEFC/JCLDEF parameters SORTUTILITY, SORTCYL, SORTSMSPARMS, and SORTWKNO are provided to ensure that the MICS-generated JCL PROCs and jobstreams are always configured optimally, especially after periodic maintenance and occasional JCLGEN processing.  You don't want to be editing MICS PROCs and/or JCL-jobstreams directly -- ask MICS support for guidance with how you can ensure MICS JCL tailoring is performed without fear for "what might get restored if I re-gen this unit-level MICSDBx JCL PROC?

    Of course, any MICS-tailoring must be tested, verified, and applied using strong LOCALMOD coding techniques, such as to avoid back-leveling any directly edited-member with maintenance and/or periodic JCLGEN (execution or PROC JCL-member, MICS/SAS CONFIG, or other tailoring method such as MICS-distributed $ORTPARM/SORTCNTL "sample" parameter member used with the host-SORT package.)

    Scott Barry
    SBBTech LLC