100 pts.
 How can you pass the parameter to the pf in RPG/400?
How can you pass the parameter to the pf?(using function key 4)

Software/Hardware used:
software
ASKED: December 1, 2009  4:58 AM
UPDATED: December 2, 2009  8:41 AM

Answer Wiki:
You need to give more information. Sounds like you have an RPG program that uses a DSPF. On the DSPF you use F4=PROMPT. Do you want to pass data to the F$ prompt program or do you want to return information from that program?
Last Wiki Answer Submitted:  December 1, 2009  2:38 pm  by  CharlieBrowne   32,835 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,835 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

You can not pass parameters to a file.

 5,830 pts.

 

Please describe where you see the <F4> key. I would normally think that a question like this might be related to passing a parameter value into a query over a PF. And DSPF <F4> seems like a real good guess, too.

Otherwise, I can’t really think of a good description of what the question means.

Tom

 107,995 pts.

 

If you use the P(rompt) F(unction) F4 key on IBM maintenance screens you can pass a parameter on the command line at the bottom of the display. You will need to provide the Parameter keyword and the value. eg OUTQ(myoutq)

 2,250 pts.