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

SAS: GCONFID Integration #1394

Closed
YannCoderre opened this issue Oct 19, 2022 · 2 comments
Closed

SAS: GCONFID Integration #1394

YannCoderre opened this issue Oct 19, 2022 · 2 comments
Assignees
Labels
kind/feature New feature or request

Comments

@YannCoderre
Copy link
Contributor

They is a need for the StatCan SAS GCONFID generalized system.

SAS GCONFID external package can be found here:
[\stmcflr-\fld6filer\Team0162\Public\G-Confid\G-CONFID107003EWINX6494M5-M7

There are a few things to consider:

  • GCONFID needs to have its path integrated in the SAS image .cfg files on SAS bootup
  • GCONFID files will need to be copied into the workspace to be accessible when clients need to use it.

At this point, SAS Tech can only provide us the external package of GCONFID. The external GCONFID is missing a few fucntionality / macros. We will need to discuss at a later date with the Statcan SAS Tech to see when we could get the INTERNAL GCONFID

@YannCoderre YannCoderre added the kind/feature New feature or request label Oct 19, 2022
@YannCoderre YannCoderre self-assigned this Oct 19, 2022
@rohank07 rohank07 self-assigned this Oct 20, 2022
@YannCoderre
Copy link
Contributor Author

YannCoderre commented Oct 21, 2022

The external Linux version of G-Confid 1.07.003 can be found at: \stmcflr-sasfs61\gensys\G-Confid\SAS94M7\Linux\v1.07.003_external\english\G-CONFID107003ELNX6494M7.zip

#1 Create Directory

  1. /usr/local/SASHome
  2. /usr/local/SASHome/gensys
  3. /usr/local/SASHome/gensys/G-CONFID107003ELNX6494M7

#2 Copy file under /usr/local/SASHome/gensys/G-CONFID107003ELNX6494M7
We will need to add the path to the GCONFID files in the following configuration (.cfg) files:

#3 Edit /usr/local/SASHome/SASFoundation/9.4/sasv9.cfg

  • Add -PATH ("GCONFIG_PATH\G-CONFID107003ELNX6494M7")

Note: Extra INFO

  • /usr/local/SASHome/SASFoundation/9.4/sasv9.cfg
  • /usr/local/SASHome/SASFoundation/9.4/nls/u8/sasv9.cfg
  • /usr/local/SASHome/SASFoundation/9.4/sasv9_local.cfg
  • /usr/local/SASHome/studioconfig/workspaceserver/sasv9.cfg
  • /usr/local/SASHome/studioconfig/workspaceserver/sasv9_usermods.cfg

** Can we have rw-rw-rw the the above files for the POC phase

@rohank07
Copy link
Contributor

Solution:
added Path to sasv9_local.cfg without brackets
-PATH "/usr/local/SASHome/gensys/G-CONFID107003ELNX6494M7"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants