40 pts.
 How can i view the source of SNDNETSPLF
MSA
I want to look at the source of command an cl behind sndnetsplf command. Any idea ?

Software/Hardware used:
ASKED: February 23, 2010  2:17 PM
UPDATED: February 23, 2010  8:42 PM

Answer Wiki:
IBM does not provide a way for you to look at the source for the command processing program (CPP) of the SNDNETSPLF command (which is highly unlikely to be CL anyway). You can determine many of the definition attributes of the command using the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/apis/qcdrcmdd.htm">Retrieve Command Definition</a>API and format CMDD0200. What are you hoping to accomplish? I want to retreive job name/user and job number of a spool file by placing an option beside it and then I want to run my cl to email that spool file. thanks
Last Wiki Answer Submitted:  February 23, 2010  8:42 pm  by  bvining   6,055 pts.
All Answer Wiki Contributors:  bvining   6,055 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I guess that the suggested use of an api (ref Bvining) is covered smoothly by the GENCMDDOC command. I hope your OS is current enough to have this command.

 2,540 pts.