autorep command to get autosys command

Hi, how can i use unix shell command to get the autosys commands
for a set of given jobs?

autorep -J EMP% -w
returns all autosys jobnames starting with EMP and runtimes

However, i also want to see the autosys 'command' corresponding to the above jobs.

I don't want to sql query the autosys database

Thanks,
-srinivas yelamanchili

Hi,
i got the answer

autorep -J EMP% -q
returns all autosys jobnames starting with EMP and their
corresponding attributes like command, machine, ...

Thanks