C6030-042 Web TestEngine demo

Exit VCEDump C6030-042 Developing with IBM Enterprise PL/I
Question 15 of 21
0% complete
Q15 Single choice

The following code is supposed to find the earlier date between today's date and the given input date which is input to the program in YYYYMMDD format. What happens when the program is executed?

DCL DATE JN CHAR (8);
DCL DAT E_MIN CHAR (8);
GET (DATE IN);
DATE_MIN = MIN(SUBSTR(DATETIME(), 1, 8), DATE IN);

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in