23,000 jobs created in first half of 2014 — report

AMMAN — Around 23,000 jobs were created during the first half of 2014, according to a study released Monday by the Department of Statistics (DoS).

The DoS survey, a copy of which was made available to The Jordan Times, also indicated that 16,000 of these jobs were for men while 7,000 were for women.

The private sector was responsible for more than two-thirds of the jobs created, recruiting approximately 16,000 persons in the first half of 2014 while the public sector created around 7,000 jobs, the report said.

Around 18,000, or 78 per cent, of the total jobs created during the first six months of 2014 went to Jordanians, according to the report.

The majority of jobs were created in Amman, Irbid and Zarqa, with the capital’s residents obtaining most of them, while Aqaba residents filled the least number of vacancies.

Jordanians between the ages of 15 and 39 occupied most of the vacancies, the report said.

Around 84 per cent of the jobs went to people who are single, while 59 per cent of the vacancies were filled by individuals with no secondary education degree. Holders of bachelor’s or higher degrees obtained 23 per cent of the created jobs.

Holders of degrees in social sciences, business and law obtained the majority of jobs, according to the DoS report.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });