[how to] using USR1058N or, in general, how to retrieve parameter information

hi all,
I need to use USR1058N for retrieve fields name of a DDM.
But, how to use USR1058N?
Is there a guide for the SYSEXT programs and subprograms? how to retrieve parameter information of a sysext subprogram?

I hope you understand and sorry for my english
Thank you

What is your Natural environment - Mainframe, Unix, Windows, NaturalONE?

Here’s a link to the Unix documentation for Tools and Utilities. See the Chapter for SYSEXT.
[url]http://techcommunity.softwareag.com/ecosystem/documentation/natural/nat912unx/print/utis.pdf[/url]

SYSEXT is a utility/menu/library/directory that contains or lists all of the USRnnnn API modules. Most are subprograms like USR1058N, and each should have corresponding Text object like USR1058T that describe the purpose and parameters, and a Program source example of how to set up the parameters and call the routine, like USR1058P.

Hope that helps.
George