Write a JCL to copy only selected members from a
partitioned data set to another partitioned data set. (Use:
IEBCOPY)
Answer Posted / pankajbisane
Use this URL:
http://publib.boulder.ibm.com/infocenter/zoslnctr/v1r7/index.jsp?topic=/com.ibm.zjcl.doc/zjclt_smplcopypartds.html
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is reference counting in com?
What are queued components?
How to create an instance of the object in COM?
What is dcom?
What is the difference between aggregated and contained objects?
Define and explain about COM?
Explain Futures of COM?
Which namespace do the classes, allowing you to support COM functionality, are located?
Once I have developed the com wrapper do I have to still register the com in registry?
Can I use com components from .net programs?
What is the use of com component in .net?
Can I use .net components from com programs?
how to call a dll as a COM dll?
Is dcom dead?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?