Skip to content

3270 version of HELP doubles file contents #123

@RossPatterson

Description

@RossPatterson

If you happen to have HELP files with 8-character filetypes (e.g., ABBREV HELPREXX), the 3720-mode HELP command will display the contents of the file twice. The fix is to, when finding files with a filetype of HELPxyz2, to not generate a 9-character filetype.

HELPFS EXEC U diff via XCOMPARE:

FILE 1    468     'STATE' subcmd ft'2' '*'
FILE 2    468     ft2 = strip(left(ft,7))'2'
FILE 2    469     'STATE' subcmd ft2 '*'

FILE 1    471           'EXECIO * DISKR' subcmd ft'2 * ( FINIS STEM LINES2.'
FILE 2    472           'EXECIO * DISKR' subcmd' ft2 * ( FINIS STEM LINES2.'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions