Multiple choice technology platforms and products What is the CL command to update value in Data Area? MODDTAARA EDTDTAARA CHGDTAARA UPDDTAARA Reveal answer Fill a bubble to check yourself C Correct answer Explanation CHGDTAARA (Change Data Area) is the CL command used to update or change values in a Data Area on IBM i systems. The other options (MODDTAARA, EDTDTAARA, UPDDTAARA) are not valid IBM i CL commands. AI explanation AI 1 To update a value in a Data Area using a CL command, the correct command is: C. CHGDTAARA The CHGDTAARA command is used to change or update the value of a Data Area. Thanks Wrong explanation