Oct 30, 2006 #1 RNTH Programmer Jul 27, 2005 19 IN Hi All, Could anyone of you please help me, if there is a way to rename a dataset using BPXWDYN I have a scenario where I need to rename the datasets dynamically. Thanks RNTH
Hi All, Could anyone of you please help me, if there is a way to rename a dataset using BPXWDYN I have a scenario where I need to rename the datasets dynamically. Thanks RNTH
Oct 31, 2006 #2 zSoftware Vendor Jul 13, 2005 38 US BPXWDYN is the USS (Unix System Services) interface to SVC99 (Dynamic Allocation & Output). (But you probably knew that already) RENAMES? - hmm.. what is it exactly your trying to accomplish within/under a BPX 'Address space' ?. Cannot you use MV (move or rename) or the BPX1REN ASSEMBLER CALL ??? Let me know zSoftware Upvote 0 Downvote
BPXWDYN is the USS (Unix System Services) interface to SVC99 (Dynamic Allocation & Output). (But you probably knew that already) RENAMES? - hmm.. what is it exactly your trying to accomplish within/under a BPX 'Address space' ?. Cannot you use MV (move or rename) or the BPX1REN ASSEMBLER CALL ??? Let me know zSoftware
Nov 1, 2006 #3 kevinpink MIS Mar 8, 2004 35 US Why not either: 1. Use the TSO RENAME command within an IKJTSOEV/IKJEFTSR call. 2. Use an IDCAMS ALTER command within an IDCAMS call. Upvote 0 Downvote
Why not either: 1. Use the TSO RENAME command within an IKJTSOEV/IKJEFTSR call. 2. Use an IDCAMS ALTER command within an IDCAMS call.