Step 2: Write a BDL function for each service operation You will need to write a function to implement each operation, using the input and output global records. To implement your Add operation: #User Public Functions FUNCTION add() LET add_out.r = add_in.a + add_in.b END FUNCTION Related conceptsStep 3: Create the service and operations