shuhaibk54
Technical User
I am new to rexx coding can any one hepl me to write the code to copy ps data file to pds member ..
Thanks,
Shuhaib
Thanks,
Shuhaib
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
"ALLOC FI(PS) DA(the.dataset.name) SHR REUSE"
"ALLOC FI(PO) DA(the.partitioned.dataset(member)) SHR REUSE"
"EXECIO * DISKR PS (FINIS"
"EXECIO" queued() "DISKW PO (FINIS"
FREE FI(PS PO)"