codefori / codefori/vscode-ibmi-renderer

Parser not capturing PF fields if there are no positions.

Open
#15 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
19
Forks
15
PR merge metrics
No merged PRs in 30d

Description

DDS parser is not capturing the fields when there are no positions for PF file. Below is a sample PF file with no positions,

```
A R PF1
A EMPID 10A TEXT('User ID')
A EMPNAME 50A TEXT('User Name')
A EMPDOB L DATFMT(*ISO) TEXT('Date of Birth')
A EMPNUMBER 10A TEXT('Mobile Number')
```

We should be able to capture the fields when there is a name for a field. I am working on it and will raise a PR soon.

@worksofliam @SanjulaGanepola

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.