Replace Grade in a Job Code using job.dat HDL load
Summary
Replace Grade in a Job Code using job.dat HDL loadContent
I want to replace a grade in an existing job code using HDL. Below is a sample. I want to replace E04 with S07. I tried the below HDL to end date E04, but when I date track on the Job Code I see 2 grades instead of 1 (see screenshot). I want only E04 to appear until 12/31/2019 and then only S07 to appear starting 1/1/2020.
METADATA|JobGrade|EffectiveStartDate|EffectiveEndDate|GradeCode|JobCode|JobId|SetCode
MERGE|JobGrade|1950/01/01|2019/12/31|E04|AS0014|300000014041773|COMMON
MERGE|JobGrade|2020/01/01||S07|AS0014|300000014041773|COMMON
Can anyone see what is wrong with my Job.dat file copied above?
0