Can I export the SAS EG 8.2 process flow code into my Mainframe SAS? If so what is the process to so the same?
Any help to solve this is appriciated.
Thanks,
Thalla
A process flow only relates to SAS EG, which is a PC-only product, so that specifically can't be done.
However, if your objective is to be able to run the SAS code in the process flow on the mainframe, under the "File" menu entry there's an option to export all of the SAS code in the process flow. It will need some tinkering, but it should be fairly reusable.
Tom
A process flow only relates to SAS EG, which is a PC-only product, so that specifically can't be done.
However, if your objective is to be able to run the SAS code in the process flow on the mainframe, under the "File" menu entry there's an option to export all of the SAS code in the process flow. It will need some tinkering, but it should be fairly reusable.
Tom
Mainframe can handle lines longer than 80 for code. You just cannot put it as in-line with your JCL like it was a stack of IBM punch cards. Save the code into a file and point the SYSIN ddname to the file with the code.
Based on the discussion here I'd say no - but you certainly could use auto-formatting together with setting indention to two blank spaces only to avoid too many long lines of code.
Once you've got your code in a text file you could process it and split up all lines longer than 72 characters - i.e. using Notepad++ with a RegEx search/replace.
You export all code to a .sas file, upload that to the mainframe, and run it as a batch via JCL.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.