I have a Process flow that works absolutely fine if i run it from a starting Task node.
Im trying to convert this process flow into a Stored procedure(SP) for scheduling purposes.
The process flow basically reads a flat file (on z/os) and splits that file in to 7 SAS datasets on mainframe. The process flow allocates the mainframe sas datasets and then creatses the SAS dataset. When I go through the wizard of creating a stored process then end result is that the SP will stall out on creating 3rd dataset. and the spawner just hangs. i wont get a Log because its just frozen. but if i would submit the Job regularly it would work fine.
Im not sure what client side excution options i should enable but i've done every setting for the same result.
Streaming | Package | Result |
---|---|---|
Yes | Yes | Fail |
Yes | No | Fail |
No | Yes | Fail |
No | No | Fail |
I dont know if there is some setting in Management Console I need to enable or Parameter.
I do have the possiblility of trying to convert this Eguide project to a Data intergration studio(DIS) project. I read that DIS has enhanced Z/os capabilities.
Any Suggestions?
Another option would be to export your EG process flow to a SAS program and then schedule that. For such a simple process, turning it into a stored process just for scheduling seems to be overkill.
SAS Kiwi: Would that be using SAS's Scheduler(via SMC) or Window's Scheduler?
If you have an EG flow you like, you can schedule that.
The scheduling process depends on your SAS server etc. With our BI server, I usually end up writing a SAS program, then using DI studio to create a DI job which has basically one user-generate coded node that %includes the .sas file, then deploying that job as a flow, then using SMC to schedule the flow via LSF. (It feels like far more steps than necessary, back in the day on 'nix it was just one .sas file and crontab, but perhaps this is the price of storing so much in metadata).
This link has some scheduling tips:
http://blogs.sas.com/content/sgf/2013/08/14/four-ways-to-schedule-sas-tasks/
Either scheduler would work but SMC / LSF scheduler is easier to use as the command line stuff is all done for you.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.