Example 1: Compute Group Name is Specified
The following statement resumes the ShippingMedCogs compute profile in the Shipping compute group:
RESUME COMPUTE FOR COMPUTE PROFILE ShippingMedCogs IN COMPUTE GROUP Shipping; *** Compute Clusters have been resumed.
Example 2: Compute Group Name is not Specified
The following statement resumes the ShippingMedCogs compute profile and uses the default compute group name from the user session, user profile, or user:
RESUME COMPUTE FOR ShippingMedCogs; *** Compute Clusters have been resumed.