Skip to content

Minor issues in SQL2SAS in unused tables #77

@jklann

Description

@jklann

Reported by @ctsb --

  1. MEDADMIN_START_DATE, MEDADMIN_STOP_DATE, OBSCLIN_DATE, OBSGEN_DATE, these date should also be change to DATEPART( XXXXXX_DATE ) AS XXXXXX_DATE format date9., otherwise it will cause “future date” error.
  2. MEDADMINID, OBSCLINID needs change to PUT(XXXXXID ,32.) AS XXXXXXID, it would cause error 'Required character field is numeric'

These don't appear to be causing DCQ errors so not marking as high-priority.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions