ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

putenv() API

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • putenv() API

    I want to use the putenv() API. Documentation says it is in service program QPOZCPA, which I don't have. How do I get it?

  • #2
    You don't need to get anything. This service program is referenced in the system binding directory and will be found in the same way as RPG runtime routines without any effort on your part.

    You may think you have not got it because you appear to have mis-spelled it. It is a 0 (zero) not an O in the name.

    Why did you go searching for it?

    Comment


    • #3
      I've been using putenv() for 20 years, never had to worry about a service program. It's a system API, meant to be available to everything on the system, always.

      Comment


      • #4
        Thanks, all.

        Comment

        Working...
        X