Skip to content

[Table Properties] Some technical information not shown with IOM/COM connection #1676

@Zhirong2022

Description

@Zhirong2022

Describe the bug

Open VSC SAS Extension base on Main branch. Run some SAS code to create a table. Open property page, some technical information is missing.

Steps to reproduce

1.Open VSC
2.New a .sas file
3.Type some code
4.run code
5.Open property page

SAS code (if applicable)

data work.test;
    input Date: Date9. Country :$13. Actual: 10. Name: $1000.;
    datalines;
08May2017 USA 1000000 test
;

Expected behavior

Technical information is shown as expected with IOM/COM connection

Screenshots

Image

Client OS

No response

Extension version

v1.17.0

SAS version

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions