SQR – (as of Version 6)

Array-Add, Array-Subtract, Array-Multiply, Array-Divide. SQR did not give an error, but also did not give correct results with : put &np_racf_logon into racf_array(#racf_id_ix -1 ) racf_id. It worked ok with: let #racf_id_ix = #number_racf_ids - 1. put &np_racf_logon into racf_array(#racf_id_ix ) racf_id. Comment ! To us in as text, type it ... ................
................