<?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>Thema "Harte Nuss mit RSUBMIT" in CoDe SAS German</title>
    <link>https://communities.sas.com/t5/CoDe-SAS-German/Harte-Nuss-mit-RSUBMIT/m-p/198160#M93</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Hallo allerseits,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;folgendes Programm (via SAS EGuide auf UNIX mit Connect auf z/OS, vereinfacht dargestellt) &lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;funktioniert solange es ohne die KEEP= Anweisung läuft. Wenn dieses Programm auf dem&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Großrechner läuft, entfallen natürlich RSUBMIT und SYSLPUT. Dann funktioniert auch die&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;KEEP= Anweisung, welche als Parameter in einem Macro übergeben wird. Ich hatte schon &lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;vieles auf dem Tisch, aber so etwas ... Vielleicht kennt jemand das Problem ... Oder sind&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;hier dem RSUBMIT endgültig die Grenzen gesetzt, denn die Fehlermeldung lautet:&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;ERROR 214-322: Variable name % is not valid.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Vermutlich erwartet der Compiler aufgrund des "=", dass ein Schlüsselparameter übergeben&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;werden soll. Jedoch steht hier eine Data Set Option, die zudem auf z/OS lauffähig ist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;VG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy;"&gt;%macro&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;EM&gt;&lt;STRONG style="font-family: 'Courier New';"&gt;test&lt;/STRONG&gt;&lt;/EM&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %global ein aus;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %let ein = " ";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %let aus = " ";&lt;BR /&gt; &lt;SPAN style="color: blue;"&gt;&amp;nbsp; filename rlink ... ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp; signon ... ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %DO nre = 0 %TO 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;SPAN style="color: blue;"&gt;%LET&lt;/SPAN&gt; ein = AB.EIN.BES&amp;amp;nre ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;SPAN style="color: blue;"&gt;%LET&lt;/SPAN&gt; aus = AB.AUS.BES&amp;amp;nre ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;SPAN style="color: blue;"&gt;%syslput&lt;/SPAN&gt; nre=&amp;amp;&lt;SPAN style="color: teal;"&gt;nre.&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %syslput&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; ein=&amp;amp;&lt;SPAN style="color: teal;"&gt;ein.&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %syslput&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; aus=&amp;amp;&lt;SPAN style="color: teal;"&gt;aus.&lt;/SPAN&gt;;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; rsubmit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; filename INLIB &lt;SPAN style="color: purple;"&gt;"&amp;amp;ein."&lt;/SPAN&gt; disp=shr;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; libname OUTLIB &lt;SPAN style="color: purple;"&gt;"&amp;amp;aus."&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; DISP=(NEW,CATLG,DELETE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; SPACE=(CYL,(&lt;STRONG style="color: teal; font-family: 'Courier New';"&gt;100&lt;/STRONG&gt;,&lt;STRONG style="color: teal; font-family: 'Courier New';"&gt;1000&lt;/STRONG&gt;),RLSE) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; DATA OUTLIB.stamm(KEEP=%STAMM(NOFORMATE));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; RETAIN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; INFILE INLIB obs=100;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; INPUT @1 felda&amp;nbsp; $1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; @2 feldb&amp;nbsp; $10.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; @;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; OUTPUT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;nbsp; %END;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; signoff;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;%mend test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;%macro STAMM;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %IF &amp;amp;FORMAT=FORMAT &lt;SPAN style="color: blue;"&gt;%THEN&lt;/SPAN&gt; &lt;SPAN style="color: blue;"&gt;%LET K1=A;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %ELSE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;SPAN style="color: blue;"&gt;%LET&lt;/SPAN&gt; K1= ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; feldc&amp;nbsp; &amp;amp;K1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; feldd&amp;nbsp; &amp;amp;K1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;%mend STAMM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;%test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&lt;BR /&gt; &lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 09:18:18 GMT</pubDate>
    <dc:creator>JANOSA</dc:creator>
    <dc:date>2015-08-13T09:18:18Z</dc:date>
    <item>
      <title>Harte Nuss mit RSUBMIT</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Harte-Nuss-mit-RSUBMIT/m-p/198160#M93</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Hallo allerseits,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;folgendes Programm (via SAS EGuide auf UNIX mit Connect auf z/OS, vereinfacht dargestellt) &lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;funktioniert solange es ohne die KEEP= Anweisung läuft. Wenn dieses Programm auf dem&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Großrechner läuft, entfallen natürlich RSUBMIT und SYSLPUT. Dann funktioniert auch die&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;KEEP= Anweisung, welche als Parameter in einem Macro übergeben wird. Ich hatte schon &lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;vieles auf dem Tisch, aber so etwas ... Vielleicht kennt jemand das Problem ... Oder sind&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;hier dem RSUBMIT endgültig die Grenzen gesetzt, denn die Fehlermeldung lautet:&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;ERROR 214-322: Variable name % is not valid.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Vermutlich erwartet der Compiler aufgrund des "=", dass ein Schlüsselparameter übergeben&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;werden soll. Jedoch steht hier eine Data Set Option, die zudem auf z/OS lauffähig ist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;VG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy;"&gt;%macro&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;EM&gt;&lt;STRONG style="font-family: 'Courier New';"&gt;test&lt;/STRONG&gt;&lt;/EM&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %global ein aus;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %let ein = " ";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %let aus = " ";&lt;BR /&gt; &lt;SPAN style="color: blue;"&gt;&amp;nbsp; filename rlink ... ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp; signon ... ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %DO nre = 0 %TO 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;SPAN style="color: blue;"&gt;%LET&lt;/SPAN&gt; ein = AB.EIN.BES&amp;amp;nre ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;SPAN style="color: blue;"&gt;%LET&lt;/SPAN&gt; aus = AB.AUS.BES&amp;amp;nre ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;SPAN style="color: blue;"&gt;%syslput&lt;/SPAN&gt; nre=&amp;amp;&lt;SPAN style="color: teal;"&gt;nre.&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %syslput&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; ein=&amp;amp;&lt;SPAN style="color: teal;"&gt;ein.&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %syslput&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; aus=&amp;amp;&lt;SPAN style="color: teal;"&gt;aus.&lt;/SPAN&gt;;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; rsubmit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; filename INLIB &lt;SPAN style="color: purple;"&gt;"&amp;amp;ein."&lt;/SPAN&gt; disp=shr;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; libname OUTLIB &lt;SPAN style="color: purple;"&gt;"&amp;amp;aus."&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; DISP=(NEW,CATLG,DELETE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; SPACE=(CYL,(&lt;STRONG style="color: teal; font-family: 'Courier New';"&gt;100&lt;/STRONG&gt;,&lt;STRONG style="color: teal; font-family: 'Courier New';"&gt;1000&lt;/STRONG&gt;),RLSE) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; DATA OUTLIB.stamm(KEEP=%STAMM(NOFORMATE));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; RETAIN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; INFILE INLIB obs=100;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; INPUT @1 felda&amp;nbsp; $1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; @2 feldb&amp;nbsp; $10.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; @;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; OUTPUT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;nbsp; %END;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; signoff;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;%mend test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;%macro STAMM;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; %IF &amp;amp;FORMAT=FORMAT &lt;SPAN style="color: blue;"&gt;%THEN&lt;/SPAN&gt; &lt;SPAN style="color: blue;"&gt;%LET K1=A;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %ELSE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; &lt;SPAN style="color: blue;"&gt;%LET&lt;/SPAN&gt; K1= ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; feldc&amp;nbsp; &amp;amp;K1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt; feldd&amp;nbsp; &amp;amp;K1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;%mend STAMM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;%test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&lt;BR /&gt; &lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 09:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Harte-Nuss-mit-RSUBMIT/m-p/198160#M93</guid>
      <dc:creator>JANOSA</dc:creator>
      <dc:date>2015-08-13T09:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Harte Nuss mit RSUBMIT</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Harte-Nuss-mit-RSUBMIT/m-p/198161#M94</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So wie ich das Problem sehe, kennt die Remotesitzung das Makro %STAMM nicht.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alles zwischen RSUBMIT und ENDRSUBMIT bzw. SIGNOFF wird als reiner Text an die Remotesitzung geschickt. Makros und Makrovariablen werden nicht aufgelöst. Daher muss man auch Makrovariablen per %syslput an die Remotesitzung übergeben, damit diese dort verwendet werden können.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zur Lösung des Problems:&lt;BR /&gt;Variante 1: das Makro %Stamm in der Remotesitzung definieren&lt;/P&gt;&lt;P&gt;Variante 2: das Makro %Stamm lokal ausführen und das Ergebnis in eine Makrovariable schreiben, dann die Makrovariable per %syslput an die Remotesitzung übergeben und an Stelle von %stamm die neue Makrovariable verwenden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich hoffe das Problem kann hierdurch gelöst werden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Viele Grüße,&lt;/P&gt;&lt;P&gt;Andreas Menrath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Harte-Nuss-mit-RSUBMIT/m-p/198161#M94</guid>
      <dc:creator>AndreasMenrath</dc:creator>
      <dc:date>2015-08-13T14:29:00Z</dc:date>
    </item>
  </channel>
</rss>

