Skip to content
0
  • Home
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
  • Home
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Sketchy)
  • No Skin
Collapse

Wandering Adventure Party

  1. Home
  2. Uncategorized
  3. ```

```

Scheduled Pinned Locked Moved Uncategorized
iheartgracehopp
3 Posts 2 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Chris TrottierA This user is from outside of this forum
    Chris TrottierA This user is from outside of this forum
    Chris Trottier
    wrote last edited by atomicpoet@atomicpoet.org
    #1
    IDENTIFICATION DIVISION.
    PROGRAM-ID. POST-TO-FEDIVERSE.
    
    DATA DIVISION.
    WORKING-STORAGE SECTION.
    01 POST-CONTENT         PIC X(280) VALUE
       "HELLO FEDIVERSE. THIS MESSAGE APPROVED BY 1978. STOP.".
    01 HASHTAGS             PIC X(60) VALUE
       "#PDPAPPROVED #IHEARTGRACEHOPPER".
    01 SERVER-ACK           PIC X(10) VALUE "PENDING".
    01 REPLY-CODE           PIC 9(3) VALUE 000.
    
    PROCEDURE DIVISION.
    POST-MESSAGE.
        DISPLAY "CONNECTING TO FEDIVERSE MAINFRAME..."
        PERFORM VARYING REPLY-CODE FROM 001 BY 001 UNTIL REPLY-CODE > 003
            DISPLAY "SENDING PACKET " REPLY-CODE "..."
        END-PERFORM
    
        DISPLAY "MESSAGE: " POST-CONTENT
        DISPLAY "TAGS: " HASHTAGS
    
        MOVE "SUCCESS" TO SERVER-ACK
        DISPLAY "SERVER ACK: " SERVER-ACK
        DISPLAY "POST COMPLETE. EXPECT DELIVERY BY Q3."
    
        STOP RUN.
    
    Elias MÃ¥rtensonL 1 Reply Last reply
    0
    • Chris TrottierA Chris Trottier
      IDENTIFICATION DIVISION.
      PROGRAM-ID. POST-TO-FEDIVERSE.
      
      DATA DIVISION.
      WORKING-STORAGE SECTION.
      01 POST-CONTENT         PIC X(280) VALUE
         "HELLO FEDIVERSE. THIS MESSAGE APPROVED BY 1978. STOP.".
      01 HASHTAGS             PIC X(60) VALUE
         "#PDPAPPROVED #IHEARTGRACEHOPPER".
      01 SERVER-ACK           PIC X(10) VALUE "PENDING".
      01 REPLY-CODE           PIC 9(3) VALUE 000.
      
      PROCEDURE DIVISION.
      POST-MESSAGE.
          DISPLAY "CONNECTING TO FEDIVERSE MAINFRAME..."
          PERFORM VARYING REPLY-CODE FROM 001 BY 001 UNTIL REPLY-CODE > 003
              DISPLAY "SENDING PACKET " REPLY-CODE "..."
          END-PERFORM
      
          DISPLAY "MESSAGE: " POST-CONTENT
          DISPLAY "TAGS: " HASHTAGS
      
          MOVE "SUCCESS" TO SERVER-ACK
          DISPLAY "SERVER ACK: " SERVER-ACK
          DISPLAY "POST COMPLETE. EXPECT DELIVERY BY Q3."
      
          STOP RUN.
      
      Elias MÃ¥rtensonL This user is from outside of this forum
      Elias MÃ¥rtensonL This user is from outside of this forum
      Elias MÃ¥rtenson
      wrote last edited by
      #2

      @atomicpoet perhaps I should write a real fediverse library in Cobol.

      Would be neqt using SCREEN SECTION to display a post editor.

      Chris TrottierA 1 Reply Last reply
      0
      • Elias MÃ¥rtensonL Elias MÃ¥rtenson

        @atomicpoet perhaps I should write a real fediverse library in Cobol.

        Would be neqt using SCREEN SECTION to display a post editor.

        Chris TrottierA This user is from outside of this forum
        Chris TrottierA This user is from outside of this forum
        Chris Trottier
        wrote last edited by
        #3
        @loke Please do this. 🥺
        1 Reply Last reply
        0

        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Login or register to search.
        Powered by NodeBB Contributors
        • First post
          Last post