Message Boards

std program in own program

Tamás Gyurcsik, modified 2 Years ago.

std program in own program

Post Date: 8/31/23 (Bronze, 2 Posts) Recent Posts
I wrote my own program that calls a std program (icunis.p).
My question is, how can I give data to the std program?
Because I have all the data in my own program so that the std program can run all the way through.
thumbnail
Phill Norrey, modified 2 Years ago.

RE: std program in own program

Post Date: 9/18/23 (Yoda, 1010 Posts) Recent Posts
I am not technical so I will try to answer this the best way I can.
Basically you need your program to be a wrapper around the standard program.
You will need to add code to basically create a "CIM LOAD" within your program so that it can basically update the standard program
Tamás Gyurcsik, modified 2 Years ago.

RE: std program in own program

Post Date: 10/17/23 (Bronze, 2 Posts) Recent Posts
Thank you for your response. I tried it, and it solved my problem

Message place holder