Customize the integration node JCL, as a part of creating an integration node on z/OS®.
You can customize the files by using an ISPF edit macro that you must tailor, or you can change each of the PDSE members manually.
BIPEDIT is a REXX program that you can use to help you customize your JCL. After you have customized BIPEDIT, you can run this REXX program against the other JCL files to change their JCL variables.
When you update BIPBPROF (the integration node profile), the changes are not accessible until you run BIPGEN to copy the profile to the file system and create the ENVFILE. You must run BIPGEN each time you update BIPBPROF for the changes to take effect. If you have integration server-specific profiles, and you change either BIPBPROF or BIPEPROF (renamed to the integration server label), you must also run BIPGEN.
"c ++OPTIONS++ '' all"
where
' ' represents two single quotation marks.Save the edit macro and run this macro against all the members except the edit macro itself.
You must be aware that another process might be using the current ENVFILE, therefore you must consider whether updating the current ENVFILE in the file system might have other effects.