How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How do I run a Natural program through a server hosted in an offline environment?

calendar_today September 24, 2026 person @Ralph_Zbrog Ralph Zbrog domain software-ag

To execute program yourpgm from library yourlib , change your Natural command to natural.exe batchmode parm=yourparm stack=(logon yourlib;yourpgm;fin) bmtime=on natlog=all The PARM keyword specifies a Natural parameter file created and maintained by the Natural Configuration utility. You may need to customize the input for the individual user. Option 1: See the STACK parameter in the documentation.

open_in_new Read original post