Using _BPX_JOBNAME for similar job names

If you want all FTP forked tasks to have similar job names, set the _BPX_JOBNAME environment variable. For example, for WorkLoad Manager (WLM), accounting, and isolation of syslogd messages, you might not want each FTP user that is logged in to have its user ID for a job name.

The following example shows how to use the _BPX_JOBNAME environment variable to assign the job name FTPD to all FTP forked tasks:
//FTPD   PROC MODULE='FTPD',PARMS=''                       
//FTPD   EXEC PGM=&MODULE,REGION=4096K,TIME=NOLIMIT,       
//      PARM=('POSIX(ON) ALL31(ON)',                        
//           'ENVAR("_BPX_JOBNAME=FTPD"',  
//           '"TZ=EST")/&PARMS')  
Requirement: If you activate the SAF class APPL and define a resource profile in that class for the job name resource that you specify with the _BPX_JOBNAME environment variable, you must grant user IDs that log in to FTP at least READ access to that resource.