Can we pass param to Natural program

Can we pass parameter value to Natural program thro JCL.If so
give me syntax and sample jcl.

Thanks
Ramesh

I will answer with a riddle:
How do you think data can be INPUT into a program?

If you can answer this riddle, you can answer your question yourself, else: RTFM

The same thing we can do in cobol by passing value to program.

So I thought there might be way to do same in Natural

Try it with a

PARM=('DBID=n,FNR=m,more-parms').

You can also use the

//CMPRMIN  DD   *  
DBID=n,FNR=m,more-parms

That’s for Natural parameters under z/OS. In general follow the second hint of Wilfried :wink:
You will find many samples in the manual.

Input data for your program are read from

//CMSYNIN  DD *