1 / 26

Allfusion Endevor Change Manager

Allfusion Endevor Change Manager. USS/HFS JCL PARAMETERS. Agenda. DSNTYPE PATH PATHDISP PATHMODE PATHOPTS Where used in Endevor. DSNTYPE. LIBRARY (pdse) HFS (Hierarchical File System) PDS … PIPE (special UNIX type). DSNTYPE LIBRARY. //PDSE01 DD DSNAME=DATA.SET,

corbin
Télécharger la présentation

Allfusion Endevor Change Manager

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Allfusion Endevor Change Manager USS/HFS JCL PARAMETERS

  2. Agenda • DSNTYPE • PATH • PATHDISP • PATHMODE • PATHOPTS • Where used in Endevor

  3. DSNTYPE • LIBRARY (pdse) • HFS (Hierarchical File System) • PDS … • PIPE (special UNIX type)

  4. DSNTYPE LIBRARY //PDSE01 DD DSNAME=DATA.SET, // DISP=(NEW,CATLG,DELETE), // DSNTYPE=LIBRARY, // SPACE=etc..

  5. DSNTYPE HFS //NEWHFS DSNAME=OPENMVS.DSA, // DISP=(NEW,KEEP), // SPACE=(TRK,(10,10,1)), // DSNTYPE=HFS

  6. DSNTYPE PIPE //PIPE01 DD DSNTYPE=PIPE, // etc...

  7. PATH //PIPE01 DD DSNTYPE=PIPE, // PATH=‘/finance/test/market/data’, // etc...

  8. PATHOPTS FILE ACCESS • ORDONLY • OWRONLY • ORDWR

  9. PATHOPTS FILE STATUS • OAPPEND • OCREAT • OEXCL

  10. PATHOPTS //PIPE01 DD DSNTYPE=PIPE, // PATH=‘/finance/test/market/data’, // PATHOPTS=(OWRONLY,OEXCL, // OCREAT), …..

  11. PATHDISP DISPOSITION • KEEP • DELETE

  12. PATHDISP PATHDISP=(KEEP,KEEP) PATHDISP=KEEP (keep,keep) PATHDISP=DELETE (delete,delete) PATHDISP=(,DELETE) (keep,delete)

  13. PATHMODE • SIRUSR • SIWUSR • SIXUSR • SIRWXU • SIRGRP • SIWGRP • SIXGRP • SIRWXG • SIROTH etc….

  14. PATHMODE //PATHEXMP DD PATH=‘/finance/test/market.data’, // PATHOPTS=ORDONLY, // PATHDISP=(KEEP,DELETE), // PATHMODE=(SIRWXU,SIRGRP)

  15. Endevor’s use of USS Potential uses : • As a base file • As a source output library • NOT as delta file …. Why Would We ? • In your processors, of course

  16. Questions ?

  17. Allfusion Endevor Change Manager ELEMENT CATALOG DESCRIPTION

  18. CATALOG • Indexed by (long) element name and type • Alternate index on element name in MCF • Location segments • Selection data

  19. CATALOG • One catalog per C1DEFLTS table • Built once only: 400K elements in 10 minutes (was 22 hours on 1st beta version) • Updated when MCFs are updated • Excellent RLS/LSERV candidate

  20. CATALOG Optimized Searches • Only element name use catalog lookup • Only SYS/SBS with wild element name use MCF info • Avoid wildcards on 1st byte where possible • THE MORE YOU QUALIFY, THE FASTER THE QUERY.

  21. Allfusion Endevor Change Manager Nice New Features Use them

  22. Features to investigate • ESORT (3.9) • EONLY and EPRINT (4.0) • EMAIL notification for approvers (3.9) • EMAIL notification for SIGNOUT OVERRIDE (4.0) • EMAIL notification available to you using exits

  23. Features to investigate Element registration (avoid overlays) • ELEMENT NAME uniqueness • NAME/OUTPUT-TYPE uniqueness • Can be activated in WARN/CAUTION/ERROR mode

  24. Features to investigate SITE VARIABLES in .SOURCE(member) pointed to by parameter in C1DEFLTS • PATH statement(s) used for type definitions • COBOL LIBRARY NAME (no more overrides) • Anything you want (but static) • We intend to allow you to add variables dynamically

  25. Allfusion Endevor Change Manager ACMQ 4.0 build for new ACMQ users

  26. ACMQ build Mandatory step to populate ROOT/XREF files, this can take a few hours ! • Determine BASE/DELTA library type and optimize for conversion. • Test conversion using release 3.9 cloned data to see what performs best • Swap (temporarily if necessary) to best performing dataset type and build ACMQ data • Use permanent files, better if x37 occurs • Convert back to old type if desired

More Related