In JCL, the IEBGENER utility can be used to perform _______ between datasets.
- Allocation
- Copying
- Merging
- Sorting
IEBGENER is primarily used for copying data between datasets.
Loading...
Related Quiz
- You have a JCL job that creates a temporary output data set. How would you use the DISP parameter to ensure the data set is automatically deleted after job completion?
- To skip a step if the return code of the previous step is 4, you would use the COND=_______ syntax.
- Can an EXIT statement be used within a JCL procedure? Explain.
- How does the EXIT statement differ from the PEND statement in JCL?
- In JCL, the _______ parameter is used to indicate whether the output dataset should be created or replaced.