ALTER

Use the ALTER command to modify the attributes on an operation.

ALTER <identification> <filter> <data> <modify-cpop-keywords> 
      [NEW_WSNAME(<wsname>)] [NEW_JOBNAME(<jobname>)] [NEW_STATUS(<status>)]
      [UFNAME(<usrf_name>)] [UFVALUE(<usrf_value>)] 
      [DROPPRED(INTERNAL|EXTERNAL|ALL|<pred>)] 
      [DROPSUCC(INTERNAL|EXTERNAL|ALL|<succ>)]
      [DROPUSRF(<ufname>)]
      [DROPSR(<special-resource>)]
where:
<identification>
Keywords to identify the operations to update. For details, see Identification keywords.
<filter>
Keywords to select the operations from the list. For details, see Filter keywords.
<data>
Keywords to store data from the command. For details, see Data keywords.
<modify-cpop-keywords>
Additional keywords to specify the changes you want to make to the operation. The following keywords are available (for detailed information, see MODIFY CPOP – Current Plan Operation):
  • ASUB(Y|N)
  • CLATE(Y|N)
  • DEADWTO(Y|N)
  • DESC(up to 24 characters)
  • DURATION(100th of seconds)
  • EDUR(HHMM)
  • FORM(form number)
  • HRC(0-4095)
  • JCLASS(job class)
  • NEW_CLNTYPE(A|I|M|N)
  • NEW_CONDRJOB(Y|N)
  • NEW_ERRCODE(errcode)
  • NEW_EXPJCL(Y|N)
  • NEW_JOBCRT(N|P|W)
  • NEW_JOBNAME(job name)
  • NEW_JOBPOL(C|D|L|S)
  • NEW_MONITOR(Y|N)
  • NEW_STATUS(A|C|E|I|R|S|U|X|*)
  • NEW_USRSYS(Y|N)
  • NEW_WLMSCLS(WLM service class)
  • NEW_WSNAME(workstation name)
  • OPDL(YYMMDDHHMM)
  • OPIA(YYMMDDHHMM)
  • PSUSE(1-99)
  • R1USE(1-99)
  • R2USE(1-99)
  • RERUT(Y|N|blank)
  • RESTA(Y|N|blank)
  • TIMEDEP(Y|N)
  • USERDATA(operation user field)
UFNAME
Optional keyword that specifies the name of a user field to be updated for the selected job. If UFNAME is specified and UFVALUE is not, the field is set to blanks.
UFVALUE
Optional keyword that specifies the value to set the user field named by UFNAME for the selected job. If UFVALUE is specified, UFNAME must also be specified.
DROPPRED and DROPSUCC
Optional keywords that can cause the operationʼs predecessor or successor links to be deleted. The valid values are:
INTERNAL
Release only internal successors.
EXTERNAL
Release only external successors.
ALL
Release all internal and external successors.
The definition of an individual dependency
In the form [admask][/opno|jobmask][/iatime]. For example, ABC*/255/!OYMD1.* would match operation 255 in any dependencies within applications beginning with ABC with an input arrival date matching the operation being modified. Or */XYZ* would match any dependency to a job beginning with XYZ, regardless of the application or input arrival.
DROPSR
Optional keyword to drop a special resource, or resources. The value can be an absolute name, or use wildcards. MATCHTYP cannot be used with this command, therefore do not use special resources whose names contain wildcards.
DROPUSRF
Optional keyword to drop user fields from an operation. You can specify wildcards. DROPUSRF(*) drops all the user fields from an operation.