Getting command (command line) from SAM?

Hi I hope this is easy and sorry if I am using the wrong HP terms.
I am looking for a way to glean the command line information from a process I run in SAM?

In AIX I can just select any options I want for particular process and hit F6 and the command line is shown on the screen for use in scripts and other automations. Can anyone point me at this? TIA. -KJ

PS I See this dir (/var/sam/log) and the log file in it, but have yet to find my command. I was hoping I could see it in the application ...

You could use tusc to trace what sam(1m) is calling, the "-a: show exec arguments" options sounds promising.

No theres no F6 or F7 like smit...
But a walkaround is to go to in SAM (which reads from End...)
Options -> View SAM Log... in the new window, you can filter: Details/Verbose/Commands only, and set a time range if looking for something special
And choose save which puts your search in a file...

Thanks for the post. I looked at it; this has possibilities