<?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 Re: Bringing In large/multiple files in MVS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Bringing-In-large-multiple-files-in-MVS/m-p/40409#M10444</link>
    <description>This error is due to insufficient CPU time for your job-step.  A search of the SAS support website &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  revealed this condition.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Wed, 20 Aug 2008 15:16:26 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2008-08-20T15:16:26Z</dc:date>
    <item>
      <title>Bringing In large/multiple files in MVS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Bringing-In-large-multiple-files-in-MVS/m-p/40407#M10442</link>
      <description>Hi All&lt;BR /&gt;
&lt;BR /&gt;
I am trying to bring in some datasets - about 60 datasets containing invoice information.  The problem is when I add any more than 50 datasets, SAS produces a core dump. This is the abend:&lt;BR /&gt;
&lt;BR /&gt;
 +AB400A      ===== ABEND-AID =====                          &lt;BR /&gt;
    REPORT WRITTEN TO: ALLCNTR.ABENDAID.REPORT.SHRDIR        &lt;BR /&gt;
    REPORT NUMBER: 441977                                    &lt;BR /&gt;
    JOB-INVL13   STEP-SAS                                    &lt;BR /&gt;
    ABEND CODE=SEC6                                          &lt;BR /&gt;
followed by&lt;BR /&gt;
&lt;BR /&gt;
SYSTEM COMPLETION CODE=EC6  REASON CODE=0000FD1D                     &lt;BR /&gt;
 TIME=21.55.44  SEQ=04452  CPU=0000  ASID=00CE                       &lt;BR /&gt;
 PSW AT TIME OF ERROR  070C4000   9CC723E4  ILC 0  INTC 00           &lt;BR /&gt;
   NO ACTIVE MODULE FOUND - PRIMARY NOT EQUAL TO HOME                &lt;BR /&gt;
   NAME=UNKNOWN                                                      &lt;BR /&gt;
   DATA AT PSW  1CC723DE - 1F001F11  05EFEBEC  D2500096              &lt;BR /&gt;
   AR/GR 0: 00000000/00000000_00000000   1: 00000000/00000000_0000000&lt;BR /&gt;
         2: 00000002/00000000_1FD0A5B8   3: 00000000/00000000_8684B13&lt;BR /&gt;
         4: 00000002/00000000_0000007C   5: 00000000/00000000_1FD0A2F&lt;BR /&gt;
         6: 00000000/00000000_1C599130   7: 00000002/00000000_0000010&lt;BR /&gt;
         8: 00000000/00000000_1D221DC0   9: 00000000/00000000_1C59913&lt;BR /&gt;
         A: 00000002/00000000_00FD8ED0   B: 00000000/00000000_00000AC&lt;BR /&gt;
         C: 00000000/00000000_008D40E8   &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; 00000000/00000000_00FBB5B&lt;BR /&gt;
         E: 00000002/00000000_9CC723E4   F: 00000000/00000010_00FFCF4&lt;BR /&gt;
&lt;BR /&gt;
Anyone know any tips on bringing in several files on the mainframe?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Shelton.</description>
      <pubDate>Wed, 20 Aug 2008 05:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Bringing-In-large-multiple-files-in-MVS/m-p/40407#M10442</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-20T05:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing In large/multiple files in MVS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Bringing-In-large-multiple-files-in-MVS/m-p/40408#M10443</link>
      <description>SAS abend codes on the mainframe can be somewhat misleading, as they often refer to premature termination of Unix System Services (USS) rather than the actual problem that led to the failure. &lt;BR /&gt;
&lt;BR /&gt;
If the problem only occurs when a lot of files are open at the same time, then you may have a REGION problem because memory (buffer space) is needed for each and every file open. If you are unable to increase the REGION size, you could try reducing the number of buffers on each dataset e.g. DCB=BUFNO=1 although this will slow down the process. Or you could try splitting the data into two DATA steps and combining the files within SAS itself.</description>
      <pubDate>Wed, 20 Aug 2008 09:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Bringing-In-large-multiple-files-in-MVS/m-p/40408#M10443</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-20T09:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing In large/multiple files in MVS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Bringing-In-large-multiple-files-in-MVS/m-p/40409#M10444</link>
      <description>This error is due to insufficient CPU time for your job-step.  A search of the SAS support website &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  revealed this condition.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 20 Aug 2008 15:16:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Bringing-In-large-multiple-files-in-MVS/m-p/40409#M10444</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-08-20T15:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing In large/multiple files in MVS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Bringing-In-large-multiple-files-in-MVS/m-p/40410#M10445</link>
      <description>Ok thanks all for replying.</description>
      <pubDate>Wed, 20 Aug 2008 23:41:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Bringing-In-large-multiple-files-in-MVS/m-p/40410#M10445</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-20T23:41:30Z</dc:date>
    </item>
  </channel>
</rss>

