Skip to content

fix/CL Prompter ignores attribute BNDSRVPGM in CRTPGM command#8

Open
nicschindler wants to merge 1 commit intobobcozzi:mainfrom
nicschindler:fix/Prompter-ignores-Input-for-BNDSRVPGM-value
Open

fix/CL Prompter ignores attribute BNDSRVPGM in CRTPGM command#8
nicschindler wants to merge 1 commit intobobcozzi:mainfrom
nicschindler:fix/Prompter-ignores-Input-for-BNDSRVPGM-value

Conversation

@nicschindler
Copy link
Copy Markdown

Hi Bob,

I tried to execute a CRTPGM command, but the prompter didn't recognize my changes to the BNDSRVPGM attributes, so the CRTPGM command failed.
Here's an example of the command:
Bildschirmfoto 2026-03-27 um 14 30 15
The prompt returned the command without the changes to BNDSRVPGM.

In the prompter.ts file, the first ELEM value was checked, but in this case, the first ELEM also has a QUAL value, so this wasn’t recognized. I’m now checking whether the first ELEM is a QUAL, and if so, I’m checking the value of the QUAL instead of the ELEM.

Signed-off-by: Nicolas Schindler <nschindler@mlitters.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant