Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Update erstellen

Empfohlene Antworten

Veröffentlicht

Hallo zusammen,

ich stehe gerade völlig aufm Schlauch und komme nicht weiter. *schämt*

Also folgendes: DB2 Datenbank mit COBOL möchte ich ansprechen.

Ich habe 2 Tabellen, hier mal Tabelle1 und Tabelle2 genannt.

In beiden Tabellen befindet sich das AttributXY.

Das Select, welches mir die Schnittmenge anzeigt bekomme ich noch hin:

Exec SQL Select count(*) from Tabelle1 a, Tabelle2 b where a.AttributXY = b.AttributXY

end-exec.

Nun will ich aber quasi daraus ein Update haben.

Ich bekomms im Moment echt nicht hin. Ich steh total aufm Schlauch und die Tipps, die ich über Google gefuden hab, mochte der Compiler nicht :hells:

Ist bestimmt total dämlich, aber ich komme gerade echt nicht drauf.

Wenns geht, für COBOL Dumme... Ansonsten probier ich es so ;)

Danke und Gruß

  • Autor

Ich habs jetzt so gemacht

EXEC SQL UPDATE Tabelle1

SET AttributKennZ = 'J'

WHERE AttributXY=

(SELECT AttributXY

FROM Tabelle2)

END-EXEC.

Geht das schöner?

Will hat diverse Kennzeichen setzen.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.