Skip to main content

ES Alloc override - DSORG=PS

  • June 18, 2026
  • 1 reply
  • 0 views

ED V11 PU3 on windows VM

Hi All,

 

Below ES Alloc override setting doesn’t take effect unless DSORG is explicitly set in the JCL. File defaults  to to PS when cataloged though.

 

Rule:
    - condition:    DSORG
      value:        PS
      SUBDIRECTORY: $MFSYSCATDIR\Seq
---

Is it working as expected? Is there a config setting that I have to set to overcome this?

 

Regards,

Karthik

1 reply

Kim Hoskin
Forum|alt.badge.img+2
  • Moderator
  • June 18, 2026

Hi Karthik,

Have you checked the examples in the documentation, see here 
https://docs.rocketsoftware.com/bundle/enterprisedevelopereclwin_ug_110/page/format_of_the_rules_file_ekz1742951549496.html
I think it helps to be specific with setting the rules, are you looking for an environment variable or similar to set a default value for rules so you don’t have to specify these values all the time, i.e. it will always use:

 condition:    DSORG
value:        PS

?

Regards,
Kim