Skip to content

Validate computed hlq in common backend script #399

Description

@dennis-behm

A substring of the application name is used. A check needs to be added to avoid characters that are invalid for the z/OS dataset names.

# Compute HLQ preix and application name
HLQ=$(echo ${HLQPrefix}.${App:0:8} | tr '[:lower:]' '[:upper:]' | tr -d '-')

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