My requirement is to read a raw data file and insert the records into an existing table.
infile:==> mainframe file, fields listed below
Name Owner created user1 user2 user3
table=> out.projects
existing data
SASsample Kevind 2009-06-25 andrew jessie liam
Sample2 Kevind...
When I execute the following rexx, during the SAS call (a panel) SAS screen is displayed, but I would like to execute the sas call in the background without user intervention.
/* REXX */
PARM='USER.SASMACRO(SAS1)'...
When I execute above rexx, during the SAS call (a panel) SAS screen is displayed, but I would like to execute the sas call in the background without user intervention.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.