Requires Free Membership to View
When you register, you’ll also receive targeted alerts from my team of editorial writers and independent industry experts with the latest news, tips, and advice to help you do your job more efficiently and effectively. Our goal is to keep you informed on the hottest topics and biggest challenges faced by IT professionals today working with data center technologies.
Cathleen A. Gagne, Senior Editorial DirectorI'm not sure I understand exactly what the problem is. Are you trying to MPUT to the z/OS, or trying to MGET from z/OS? If you are using MPUT from your PC then you don't use MGET after MPUT. Here is an example of the commands to use after your userid / password have been entered. The PROMPT command will toggle prompting so you are not asked to verify each PDS member:
cd 'MY.FULLY.QUALFIED.PDS.NAME'
lcd /local/dir
prompt
mput *
Note that the file names in /local/dir must conform to MVS PDS member name conventions.
If you are trying to do MGET from z/OS instead of MPUT from the PC, please see this past response of mine that available at the TechTarget Expert Answer Center: How can I FTP many PC files to z/OS and save them to a single PDS?
You can also search the Expert Answer Center and find other similar questions and answers.
This was first published in June 2006