I'm trying to import using Universal Command MVS flat files by using Data Stage 7.5. I'm not sure which stage to use for this so I can put the UC JCL script in it. Is this possible? I have imported the Cobol copybooks but I'm trying to bring the MVS files in & load them as Complex flat files into Sequential flat files.
If you have an example of a DS job doing this, please send it to me.
Thanks,
Judy
Univeral Command in DataStage stage
Moderators: chulett, rschirm, roy
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
You shouldn't mix JCL with data. You can do this outside of DataStage (perhaps using type or copy command). But DataStage will object to the "rows" of JCL because they don't match the metadata that describe the data you are otherwise processing.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
