PrepAway - Latest Free Exam Questions & Answers

Which of the following is the correct Smart Parameter string to accomplish this task?

A developer needs to insert the date and time into the current field separated by a space.

Which of the following is the correct Smart Parameter string to accomplish this task?

A. rrset(“@DATE+@CHR(\s)+@TIME,”@F”)

B. rrset(“@DATE+@STRING(\s)+@TIME,”@F”)

C. rrset(“@DATE+@CHR()+@TIME(HH:MM:SS),”@F”)
D. rrset(“@DATE+@STRING()+@TIME(HH:MM:SS),”@F”)

Explanation:
@STRING( string value) Returns a string of the argument passed.

Incorrect ANswers:
A, C: @CHR(ASCII value) returns a character that is a member of the ASCII character set.

References: https://www-01.ibm.com/support/docview.wss?uid=swg21498904


Leave a Reply