This is my sort code, it works with the exception my Element could be less that 8 and my type can be less than 4, so I have trailing spaces in those fields.
[cid:
image007.png@01DB2C57.A836EB70]
Can you advise?
SORT FIELDS=COPY
OUTFIL BUILD=(4:C'ARCH ELE ',C'''',12,8,C''''/,
4:C'FRO ENV ',C'''',2,4,C''''/,
4:C'SYS ',C'''',22,4,C''''/,
4:C'SUBSYS ',C'''',32,6,C''''/,
4:C'TYPE ',C'''',42,4,C''''/,
C'TO ENVIRONMENT OBSOLETE SYSTEM OBS SUBSYSTEM OBS00',/,
C' TYPE ',C'''',42,4,C''''/,
C' OPTIONS CCID NDVRMAINT COMMENTS XXXX OVERRIDE SIGNOUT',/,
C' SYNCHRONIZE BYPASS ELEMENT DELETE',/,
C' BYPASS GENERATE PROCESSOR'/,
C' .')
Allen Newton
Systems Administrator II - STS
Endevor Administrator
______________________________________________
[signature_219201347]<http: travelport.com>
Office: +1 (404) 322-4420
allen.newton@travelport.com<mailto:
allen.newton@travelport.com>
[Icon Description automatically generated]<https:
www.linkedin.com company travelport>[Icon Description automatically generated]<https:
www.facebook.com travelportglobal>[A picture containing text Description automatically generated]<https: twitter.com travelport>[Icon Description automatically generated]<https:
www.instagram.com travelportofficial> [A picture containing electronics, image Description automatically generated] <https:
www.youtube.com user travelporttube>
Original Message:
Sent: 10/29/2024 11:16:00 AM
From: Emlyn Williams
Subject: RE: Managing Endevor Inflight Elements
You'll have to work out your own sort columns, replacing ALELM-RS-SUBSYS with 31,8,CH etc.
Original Message:
Sent: Oct 29, 2024 11:02 AM
From: daboyze
Subject: Managing Endevor Inflight Elements
Emlyn attached is my 'NOCSV' report using the SCL below.
It does not reflect the columns in the Sort cards.
Am I running the correct report?
We are on version 19.0.
//CSVIPT01 DD * DISP=SHR,DSN=PM0AJN.ND
LIST ELEMENT '*'
FROM SYSTEM 'TV1P' SUBSYS '*' ENVIRONMENT '*'
STAGE '*' TYPE '*' TO DDNAME 'LISTELMS'
NOCSV
.
Allen Newton
Systems Administrator II - STS
Endevor Administrator
______________________________________________
[signature_219201347]<http: travelport.com>
Office: +1 (404) 322-4420
allen.newton@travelport.com<mailto:allen.newton@travelport.com>
[Icon Description automatically generated]<https: www.linkedin.com company travelport>[Icon Description automatically generated]<https: www.facebook.com travelportglobal>[A picture containing text Description automatically generated]<https: twitter.com travelport>[Icon Description automatically generated]<https: www.instagram.com travelportofficial> [A picture containing electronics, image Description automatically generated] <https: www.youtube.com user travelporttube>
Original Message:
Sent: 10/29/2024 7:42:00 AM
From: daboyze
Subject: RE: Managing Endevor Inflight Elements
Thank you Emlyn, I will try these sort cards..
Allen Newton
Systems Administrator II - STS
Endevor Administrator
______________________________________________
[signature_219201347]<http: travelport.com>
Office: +1 (404) 322-4420
allen.newton@travelport.com<mailto:allen.newton@travelport.com>
[Icon Description automatically generated]<https: www.linkedin.com company travelport>[Icon Description automatically generated]<https: www.facebook.com travelportglobal>[A picture containing text Description automatically generated]<https: twitter.com travelport>[Icon Description automatically generated]<https: www.instagram.com travelportofficial> [A picture containing electronics, image Description automatically generated] <https: www.youtube.com user travelporttube>
Original Message:
Sent: 10/29/2024 6:28:00 AM
From: Emlyn Williams
Subject: RE: Managing Endevor Inflight Elements
We list all the elements in the development stages with CSV (NOCSV). Then use DFSORT to select the elements by last action date, and also build the SCL from the CSV output at the same time.
SORT FIELDS=(ALELM-RS-SUBSYS,A,ALELM-RS-ELEMENT,A)
INCLUDE COND=(ALELM-RS-RECTYP,EQ,C'M',AND,
ALELM-RS-NOSOURCE,EQ,C'N',AND,
ALELM-RS-LACT-DATE,LT,&FROMDATE)
OUTFIL OUTREC=(1:C'ARCH ELE ',1155,71,/,
2:C'FRO ENV ',ALELM-RS-ENV,
C'SYS ',ALELM-RS-SYSTEM,
C'SUB ',ALELM-RS-SUBSYS,
C'TYP ',ALELM-RS-TYPE,
C' STA ',ALELM-RS-STG-ID,C' .',
C' * ',ALELM-RS-LACT-DATE)
For SOURCELESS (ALELM-RS-NOSOURCE,EQ,'Y') elements we just delete them without archive.
Original Message:
Sent: Oct 29, 2024 05:58 AM
From: Allen Newton
Subject: Managing Endevor Inflight Elements
Thank you Emlyn, I like your idea, I would put a game plan to do the following:
Game plan to transfer/delete inflght elements.
* select elements via CSV report
* create SCL to transfer/delete each element via REXX (do you have a REXX program to build SCL?)
* send email to programmer's.. and release archive job 1 week later
Allen Newton
Systems Administrator II - STS
Endevor Administrator
______________________________________________
[signature_219201347]<http: travelport.com>
Office: +1 (404) 322-4420
allen.newton@travelport.com<mailto:allen.newton@travelport.com>
[Icon Description automatically generated]<https: www.linkedin.com company travelport>[Icon Description automatically generated]<https: www.facebook.com travelportglobal>[A picture containing text Description automatically generated]<https: twitter.com travelport>[Icon Description automatically generated]<https: www.instagram.com travelportofficial> [A picture containing electronics, image Description automatically generated] <https: www.youtube.com user travelporttube>
Original Message:
Sent: 10/28/2024 7:32:00 AM
From: Emlyn Williams
Subject: RE: Managing Endevor Inflight Elements
All our developers have override signout authority so signout in PROD isn't an issue.
Once a year we archive all elements in the development stages that are over five years old. We send the users a warning with the list of elements that we are going to delete, along with instructions on how to recover the elements from the archive file. If they want to keep any elements we advise then users to generate them which will remove them from our list.
Original Message:
Sent: Oct 25, 2024 09:55 PM
From: daboyze
Subject: Managing Endevor Inflight Elements
Thank you, Evelyn, for your response..
Maybe I am misunderstood when I say Inflight Elements but perhaps, I might need to say Orphan Elements.
Issue: Our developers in conjunction with staff reduction have the tendency of pulling elements from stage 'PROD' and leaving the element abandoned.
Please advise..
Allen Newton
Systems Administrator II - STS
Endevor Administrator
______________________________________________
[signature_219201347]<http: travelport.com>
Office: +1 (404) 322-4420
allen.newton@travelport.com<mailto:allen.newton@travelport.com>
[Icon Description automatically generated]<https: www.linkedin.com company travelport>[Icon Description automatically generated]<https: www.facebook.com travelportglobal>[A picture containing text Description automatically generated]<https: twitter.com travelport>[Icon Description automatically generated]<https: www.instagram.com travelportofficial> [A picture containing electronics, image Description automatically generated] <https: www.youtube.com user travelporttube>
Original Message:
Sent: 10/25/2024 3:36:00 PM
From: Emlyn Williams
Subject: RE: Managing Endevor Inflight Elements
If you mean the time in-between moving to the prod stage and shipment, to actual implementation to the live libraries.
We automatically sign out the elements to #PENDING when the package is executed/shipped.
Then when the change is implemented we sign the elements back in (as long as they are still signed out to #PENDING)
Original Message:
Sent: Oct 24, 2024 06:25 AM
From: Allen Newton
Subject: Managing Endevor Inflight Elements
Can someone share with me on how they manage Endevor inflight elements.
I can easily run CSV Element Reports and manually send a report out to each system but that is time consuming.
please share your thoughts..
</https:></https:></https:></https:></https:></mailto:allen.newton@travelport.com></http:></https:></https:></https:></https:></https:></mailto:allen.newton@travelport.com></http:></https:></https:></https:></https:></https:></mailto:allen.newton@travelport.com></http:></https:></https:></https:></https:></https:></mailto:allen.newton@travelport.com></http:></https:></https:></https:></https:></https:></mailto:allen.newton@travelport.com></http:>