When you delete a user from security it gives you the option to copy the user's jobs to another user.
We've found that when we do this the jobs do copy but if the 'departing' user's job had any setup in jobdef (file distribution, csv attributes, etc) the job that gets created for the 'receiving' user is missing all of the jobdef setup.
Are we doing something wrong, or is this just how it works (which is lousy)?
jobdump -d -o Job -v UserName joesmoe > jobdump.dmp
jobload -c -o Job -m UserName joesmoe newuserid jobdump.dmp