Jun 20, 2003 #1 Arungs Programmer Jun 19, 2003 9 US How do I allocate a pds member and also delete it on the flow ? since I couldn't pass a stem to a sub-routine I have to create temp file Thanks, Arun
How do I allocate a pds member and also delete it on the flow ? since I couldn't pass a stem to a sub-routine I have to create temp file Thanks, Arun
Jun 20, 2003 1 #2 prakal Programmer Jan 13, 2003 11 US To alloacte a member in a pds that already exists: "ALLOC DS("your.pds.name(member)" SHR FILE(ddname)" To delete a member in a pds: "DELETE 'your.pds.name(member)'" Do note that for the delete exclusive enq is required. Prakal Upvote 0 Downvote
To alloacte a member in a pds that already exists: "ALLOC DS("your.pds.name(member)" SHR FILE(ddname)" To delete a member in a pds: "DELETE 'your.pds.name(member)'" Do note that for the delete exclusive enq is required. Prakal
Jun 23, 2003 Thread starter #3 Arungs Programmer Jun 19, 2003 9 US Thanks prakal, I will try this!!! Upvote 0 Downvote