longToWide - How do you specify the output table for the longToWide action?

Réponse

You use the 'casOut' parameter to specify the settings for the output table, including its name and the caslib where it should be stored. For example: casOut={'name':'wide_table', 'caslib':'casuser'}.
Did this answer help you?