08-10-2017
kawakami_densuke_jp
Fluorite | Level 6
Member since
08-10-2014
- 7 Posts
- 0 Likes Given
- 0 Solutions
- 0 Likes Received
-
Latest posts by kawakami_densuke_jp
Subject Views Posted 2531 01-24-2017 04:14 AM 2534 01-24-2017 04:09 AM 2541 01-24-2017 03:40 AM 2542 01-24-2017 03:36 AM 2562 01-24-2017 02:36 AM 1029 02-18-2016 09:28 PM 1047 02-18-2016 02:47 AM -
Activity Feed for kawakami_densuke_jp
- Posted Re: Data entry, format and dll on SAS Programming. 01-24-2017 04:14 AM
- Posted Re: Data entry, format and dll on SAS Programming. 01-24-2017 04:09 AM
- Posted Re: Data entry, format and dll on SAS Programming. 01-24-2017 03:40 AM
- Posted Re: Data entry, format and dll on SAS Programming. 01-24-2017 03:36 AM
- Posted Data entry, format and dll on SAS Programming. 01-24-2017 02:36 AM
- Posted Re: How to set Field atributes in program screen on SAS Programming. 02-18-2016 09:28 PM
- Posted How to set Field atributes in program screen on SAS Programming. 02-18-2016 02:47 AM
- Tagged How to set Field atributes in program screen on SAS Programming. 02-18-2016 02:47 AM
- Tagged How to set Field atributes in program screen on SAS Programming. 02-18-2016 02:47 AM
01-24-2017
04:14 AM
I'm sorry for the information to dispensing. I use Delphi to develop interface as substitution of SAS/AF more ease to handle and cheeper. Making formatted data is a part of data checking. Because entered data is going to converted to sas datasets finally. So I look for anyone knows information about sas format dlls and how to use.
... View more
01-24-2017
04:09 AM
I use Delphi to develop interface as substitution of SAS/AF more ease to handle, cheeper. Eventually entered data is going to converted to sas datasets. Making formatted data is a part of data checking. Of course I do not re-engineer sas system files. I recognize it will violate sas license agreement. I try STP you suggest. 😃 Thankyou!
... View more
01-24-2017
03:40 AM
very thanks for reply and coding. But I want to implement without run SAS or sas process because of for quick response in my applicaiton.=(
... View more
01-24-2017
03:36 AM
Thank you for your reply. Application is my original application. I attached sample image. 1.you entry "1 1 1". 2.you click "convert" button. 3."2001-01-01" entered to formated field by automatic. I wanna auto formatting by other process. Because I developed by hard coding follow and its inefficiency. if format="yymmdd10." then else format="datetime16." then else format="time5." then else format="time8." then ... else return="format error!"
... View more
01-24-2017
02:36 AM
I'm SAS and other application developer and looking for sas format infromation for developing "data entry form".
I wanna do follow convert.
Applicaiton->[entried data,informat]->dll->application get return value.
[] is arguments for call routine.
example:
['1 1 1',yymmdd10.]->dll->[True, '2001-01-01']
['1 1 1',yymdd10.]->dll->[False, missing]
anyone has infromation?
In sashelp.vformat, I found "pathname" and "object name" which shows sas installed directory and dll.
I tried call those dlls but argumens are unknown and faild.=(
using
Base SAS9.4 TS1M3
Windows 8.1 pro 64bit
... View more
02-18-2016
09:28 PM
Hi, RW9. Thanks for your reply. I mean follow procedure. 1.Run SAS. 2.Create new catalog "WORK.NEW" in Explorer. 3.Create new entry "Program Screen" in this catalog. 4.Make filed by enter "&TEST". 5.Tools>Filed Attributes>>Attr window is open. 6.You can change attributes by keyboard type or mouse click. 7.I wanna control these attributes by not manually but command. This is a function of SAS AF. Should I post to another community? Best Regards.
... View more
02-18-2016
02:47 AM
Hi, Do you know how to set Filed attributes in program screen by not manually in attribute window but program code? I could change color of fields by Fileld function, but could not set Chois groupm, Fomat, Informat, List or and so on.
... View more