<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic JCL in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/JCL/m-p/16392#M3005</link>
    <description>I am trying to run the sample sas code in JCL to check if it runs , but after executing it just says "SAS job executed" but dont see the log and code that got executed.&lt;BR /&gt;
I am pasting the Code here for your reference please let me know, if there is any thing missing.&lt;BR /&gt;
&lt;BR /&gt;
//SASJOB JOB UP20       &lt;BR /&gt;
//TESTSAS EXEC SAS      &lt;BR /&gt;
//SYSPRINT DD SYSOUT=*  &lt;BR /&gt;
//SYSIN DD *            &lt;BR /&gt;
proc setinit;           &lt;BR /&gt;
run;                    &lt;BR /&gt;
//   &lt;BR /&gt;
&lt;BR /&gt;
Thanks you for your earliest attention.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Kenny G</description>
    <pubDate>Wed, 08 Apr 2009 13:46:39 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-04-08T13:46:39Z</dc:date>
    <item>
      <title>JCL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/JCL/m-p/16392#M3005</link>
      <description>I am trying to run the sample sas code in JCL to check if it runs , but after executing it just says "SAS job executed" but dont see the log and code that got executed.&lt;BR /&gt;
I am pasting the Code here for your reference please let me know, if there is any thing missing.&lt;BR /&gt;
&lt;BR /&gt;
//SASJOB JOB UP20       &lt;BR /&gt;
//TESTSAS EXEC SAS      &lt;BR /&gt;
//SYSPRINT DD SYSOUT=*  &lt;BR /&gt;
//SYSIN DD *            &lt;BR /&gt;
proc setinit;           &lt;BR /&gt;
run;                    &lt;BR /&gt;
//   &lt;BR /&gt;
&lt;BR /&gt;
Thanks you for your earliest attention.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Kenny G</description>
      <pubDate>Wed, 08 Apr 2009 13:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/JCL/m-p/16392#M3005</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-08T13:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: JCL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/JCL/m-p/16393#M3006</link>
      <description>First, you have no MSGCLASS= keyword on your JOB statement, so it is undetermined where your entire job-output is being directed, possibly it is "purged" immediately after execution?   You will need to identify a MSGCLASS= value (alphanumeric) to assign so you can inspect your output "online".&lt;BR /&gt;
&lt;BR /&gt;
Also, unless our SAS site has made CONFIG changes, the SYSPRINT DD will not receive the SAS log output.  You should inspect your SAS JCL PROC for a DD named SASLOG.  A SYSOUT= keyword is normally coded there -- you will need to verify that this parameter has a value assigned so you can inspect your job output "online".&lt;BR /&gt;
&lt;BR /&gt;
Suggest you seek guidance/assistance from someone familiar with running batch jobs and using an output viewing facility at your IBM mainframe site.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 08 Apr 2009 14:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/JCL/m-p/16393#M3006</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-08T14:09:37Z</dc:date>
    </item>
  </channel>
</rss>

