PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.5.8
- All Products
//DICTDB DD DISP=SHR,DSN=IDMS.Q185DBF.APPLDICT.DDLDML //DLODDB DD DISP=SHR,DSN=IDMS.Q185DBF.APPLDICT.DDLDCLOD //* //TDICTDB DD DISP=SHR,DSN=IDMS.Q185DBF.TOOLDICT.DDLDML //TDLODDB DD DISP=SHR,DSN=IDMS.Q185DBF.TOOLDICT.DDLDCLOD
Step
| Program
| Description
|
---|---|---|
S000
| DTLNTS
| Creates a token so that the PowerExchange Listener tasks know the job has started.
|
S010
| IDMSUBSC
| Writes record and set names for the given subschema.
|
S020
| DTLIDMEX
| Phase 1 processing.
Reads record and set names from step S010.
Writes requirement files for later processing steps.
|
S030
| IDMSCHEM
| Punches record and set information for step S070.
|
S040
| IDMSDMLC
| Punches COBOL Copybook information for step S070.
|
S050
| IDMSBCF
| Punches DB and segment names for the next step.
|
S060
| IDMSBCF
| Punches DB, segment and area names for step S070.
|
S070
| DTLIDMEX
| Phase 2 processing.
Reads record and set information from step S030.
Reads COBOL Copybook information from step S040.
Reads DB, segment, and area names from step S060.
Parses page group and radix values from the S060 file.
Replaces record name synonyms with the true IDMS record name, which involves runtime binds to IDMS.
Writes the merged output file for use in the PowerExchange Navigator when you add a data map.
|
ENDERR
| DTLNTS
| Creates a token so that PowerExchange Listener tasks know that the job has ended with an error.
|
ENDOK
| DTLNTS
| Creates a token so that PowerExchange Listener tasks know that the job ended successfully.
|