Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7405663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:26:16+00:00 2026-05-29T05:26:16+00:00

I have data on oil shipments and I need to create trade flows of

  • 0

I have data on oil shipments and I need to create trade flows of these (origin-destination by country and area). For example, sum up all the shipments going from Saudi Arabia, Arabian Gulf to USA, US Gulf.

I can do this using proc tabulate, but I want to create a variable. My variables are: LoadCountry, LoadArea, DischargeCountry, DischargeArea. Also, LoadCountry or DischargeCountry can be listed multiple times if the Area is different so a distinct flow includes all four vars.

I should be able to use PROC SQL but I can’t figure out how to GROUP BY several variables to create the aggregate sum:

proc sql;   
title 'LoadCountry-LoadArea-DischargeCountry-DischargeArea Trade flows';
create table data.TradeFlow as 
select LoadCountry, LoadArea, DischargeCountry, DischargeArea,
sum(CargoSize) as TotalCargo
from data.allvars1
Group by LoadCountry
Order by LoadCountry, DischargeCountry;
quit;

Any help is most appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T05:26:17+00:00Added an answer on May 29, 2026 at 5:26 am

    If I understand you correctly, you’re almost there… Just add the other three variables to your GROUP BY clause:

    proc sql;   
    title 'LoadCountry-LoadArea-DischargeCountry-DischargeArea Trade flows';
    create table data.TradeFlow as 
    select LoadCountry, LoadArea, DischargeCountry, DischargeArea,
    sum(CargoSize) as TotalCargo
    from data.allvars1
    Group by LoadCountry, LoadArea, DischargeCountry, DischargeArea
    Order by LoadCountry, DischargeCountry;
    quit;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have data from two different sources that I need to combine. Some data
I have data with no relation. Just need to count various columns from 3
I have Data.cpp Data.h User.cpp User.h main.cpp Main.cpp need data.cpp and user.cpp. How do
I have data from two spreadsheets where I need to compare the quantities of
i have data-grid in my application and i want to customize my data-grid so
I have 'data.xlsx' file with cells of numbers and letters. when I run this
I have data from travel diaries which has been read in from a csv
I have data coming from an external system (in CSV form). The data contains
I have data like the following: var data = [{ id: 1, date: new
I have data-segment attribute in my body tag that is changed by a slider.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.