BookmarkSubscribeRSS Feed
Guiluiz
Fluorite | Level 6

I'm working in a migration from Mainframe to Linux using SAS AF, I don't know much about this application, but as I understand it, in the mainframe there are some keyboards that are entered by the user, with some functions to change screens, exit, go to left/right, navigate, etc. Apparently there are some catalogs already created where those keys are associated to one or more screens, using a kind of menu. In that case, how do I associate those keys that appear on the screen to its respective catalog (or key)?
I am leaving attached a print of the mainframe screen of the keys that I want to associate to the commands given by the user.

 

Thanks!

3 REPLIES 3
Quentin
PROC Star

SAS/AF is very very old, deprecated technology.  If you're working on a migration, you probably want to migrate to some other approach for developing a user interface to drive SAS code.  Common choices would be using a web interface with SAS stored processes or Viya jobs or whatever as the backend, or for Windows using SAS integration technologies to integrate an interface built with .NET stuff with SAS.  If you invest now in building a SAS/AF application, you're choosing to take on a ton of technical debt.

Check out the Boston Area SAS Users Group (BASUG) video archives: https://www.basug.org/videos.
SASKiwi
Opal | Level 21

From what I remember, you need to create a KEYS entry in your SAS/AF catalog to contain your custom key definitions. To execute a specified AF program from a function key, you use the AF command followed by the catalog entry you want to start: af c=MyLib.Mycat.MApp.program 

Kurt_Bremser
Super User

Don't bother trying to ride a horse which, in essence, is dead.

Redesign your application with stored processes or Viya jobs, as already suggested.

On top of avoiding technological debt, you will also save money because you no longer need the AF license.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 159 views
  • 1 like
  • 4 in conversation