Skip to content

IfCollectionZOS #121

Description

@jfink5

I'm trying create some If..Reruns for a zos Job. Either I can't figure it out or maybe some part is not supported yet.

I believe that it must be done with the IfCollectionZOS class.

It implements ifs=[ IfZOs ], but I don't see that class.

Here is an example of the json that needs to be produced by the python client.

"IfCollection:zOS_8": { "Type": "IfCollection:zOS", "Ifs": [ { "Type": "If:zOS:AnyProgramStep", "ReturnCodes": [ "NOTOK" ] } ], "Action:Rerun_1": { "Type": "Action:Rerun" } }, "IfCollection:zOS_9": { "Type": "IfCollection:zOS", "Ifs": [ { "Type": "If:zOS:OutputPattern", "ToColumn": "132", "OutputPattern": "*rerun me please*", "FromColumn": "1" } ], "Action:Rerun_1": { "Type": "Action:Rerun" } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions