Endevor

  • 1.  How can I see values in C1DEFLTS

    Posted Oct 18, 2018 05:55 PM

    How can I go about seeing the values in the default table?  I need to see what values the previous admin put in.  Is there a utility I can run to see the values?



  • 2.  Re: How can I see values in C1DEFLTS
    Best Answer

    Broadcom Employee
    Posted Oct 19, 2018 04:33 AM

    Hi Monica,

     

    There is 3 ways to check the C1DELTS values;

     

    A - In Foreground

    You can see values from Endevor options from panel "Site Information from C1DEFLTS" , follows the options below:

    4  ENVIRONMENT   - Define or modify environment information

    1  SITE            - Display site information

     

    B - Using trace Facility:

    Allocate ddname '//EN$TROPT DD SYSOUT" in a batch Endevor.

    Allocate FI(EN$TROPT) usinf TSO service.

     

    C - From Load C1DEFLTS:

    If the C1DEFLTS is managed within Endevor and C1DEFLTS load is footprinted and monitored,  follows the options below:

    1  DISPLAY       - Perform display functions

    2  FOOTPRINT        - Display footprinted members and compressed listings

    From panel "Footprint Display" enter the full CSIQAUTU library name in the FROM ISPF LIBRARY fields.

    Entre B in front of C1DEFLTS load.

     

    Please let me know if this answer your question.

     

    Regards,

    Ollivier



  • 3.  Re: How can I see values in C1DEFLTS

    Posted Oct 19, 2018 10:57 AM

    Option C gets the message 'member not footprinted'.

     

    Option A worked.  I had been to that panel before but I had not realized that those were the actual values from the default table.

     

     

     

    Thanks ....

     

    Monica Collins

    IT Division Resource Tech

    Information Technology Development Services

    Army & Air Force Exchange Service

    214-312-2353

    collinsm@aafes.com<mailto:collinsm@aafes.com>

    Visit our online store! www.shopmyexchange.com<http://www.shopmyexchange.com/>



  • 4.  Re: How can I see values in C1DEFLTS

    Posted Oct 19, 2018 11:26 AM

    Where would/should I find the JCL for this?  I have no idea where the previous admin would have put it.

     

     

    Thanks ….

     

    Monica Collins

    IT Division Resource Tech

    Information Technology Development Services

    Army & Air Force Exchange Service

    214-312-2353

    collinsm@aafes.com<mailto:collinsm@aafes.com>

    Visit our online store! www.shopmyexchange.com<http://www.shopmyexchange.com/>



  • 5.  Re: How can I see values in C1DEFLTS

    Broadcom Employee
    Posted Oct 22, 2018 05:04 AM

    Hi Monica,

     

    Unfortunately, It is difficult to answer where the JCL could be,

    You can look into CSIQJCL library or user CNTL if previous administrator did a copy of the JCL.

    Also, if you are using naming convention for libraries, you can research in the libraries related to Endevor.

    What is the naming convention for Endevor libraries and files?
    You check from SMP/e.

     

    Regards,

    Ollivier



  • 6.  Re: How can I see values in C1DEFLTS

    Posted Oct 24, 2018 12:12 PM

    C1DEFLTS exists within Endevor.  I was able to see the parameters and their settings that way.  Thanks.

     

    I don’t know how to utilize SMP/e.

     

     

    Thanks ….

     

    Monica Collins

    IT Division Resource Tech

    Information Technology Development Services

    Army & Air Force Exchange Service

    214-312-2353

    collinsm@aafes.com<mailto:collinsm@aafes.com>

    Visit our online store! www.shopmyexchange.com<http://www.shopmyexchange.com/>



  • 7.  Re: How can I see values in C1DEFLTS

    Posted Oct 24, 2018 01:46 AM

    Hi Monica,

     

    CA supplies the BASE (sample) Tables in the CSIQSRC Dataset. I would hate to think that the Site Originals were Updated directly in there, but you never know.

    We Store our Site Tables in Endevor, so you should try looking there too.

    Go back to the 'Site Information' screen that Ollivier pointed out.

    You will find some of the member names that you need (I keep them as per the product default, but they could be different)

     

     

    If you find any of these members in something like an ADMIN Environment, chances are, you will find everything you need.

     

     

    Good Luck!



  • 8.  Re: How can I see values in C1DEFLTS

    Broadcom Employee
    Posted Oct 24, 2018 07:07 AM

    Thanks Arthur