Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding errormessage object #43

Merged
merged 11 commits into from
Apr 28, 2017
Merged

adding errormessage object #43

merged 11 commits into from
Apr 28, 2017

Conversation

allanbowe
Copy link
Contributor

addresses #41

rawfocus and others added 11 commits December 16, 2015 10:36
 * Use of proc contents instead of dictionary tables
 * Use of datastep to create macvars negates the need for noprint option on SQL (the remaining proc SQL does not send to print output).  Also, no  * longer limited to 999 columns.
replaced ```format _all_;``` with ```format _numeric_ best32.;``` to gain maximum precision for numerics.  Note that character formats are no longer stripped.   Could not think of a use case for this..  But to re-enable stripping of character formats, just add another line (```format _character_;```)
adding %else for efficiency
removing redundant code
need to retain variable order to preserve downstream logic in customer app
fix to avoid conflict with reserved USER variable in proc sql approach.  Fixes #27.
reverting to SQL view (datastep view caused 'could not parse json' issue on client side)
fixing broken link
Update README.md - broken link fix
@bojan88
Copy link
Collaborator

bojan88 commented Apr 25, 2017

@allanbowe can you please implement this on development branch? Master branch is only for releases

@allanbowe allanbowe changed the base branch from master to development April 25, 2017 12:36
@allanbowe
Copy link
Contributor Author

updated

@boomskats boomskats merged commit 84c149b into Boemska:development Apr 28, 2017
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.

3 participants