Notice: Undefined index: action in /var/www/html/commentnews.php on line 26
action=
Notice: Undefined index: x_obj_id in /var/www/html/commentnews.php on line 42

Notice: Undefined index: fb_cseq in /var/www/html/commentnews.php on line 43

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/html/commentnews.php on line 317
OS2.GURU - REXX - area of usage [[ header START ]]
Notice: Undefined index: os2guruwidth in /var/www/html/header.phpi on line 141

Notice: Undefined variable: frame_included in /var/www/html/header.phpi on line 175

Notice: Undefined variable: frame_included in /var/www/html/index-FRAME.php on line 3
telegram

Форум обсуждение

telegram

Send message

telegram

+7-981-8529467 (St.Petersburg),
WhatsUp, Telegram

telegram

t.me/os2_guru

Buy eCoSoft
shareware

eComStation.RU


ru · en · de · es · it · pt · cz · pl · fr
OS/2 is a greatly different operating system for PC (ArcaOS, eComStation, IBM OS/2 Warp)
Applications, news, reviews, support of users, hardware, questions and answers.
 
News  ArcaOS 5.1.1  How to use  Hardware  Updates/fixes  
 
 
eCoSoft  Future  Community  Projects  

eCo Software
doesn't receive
payments from USA

How to buy
russian OS/2 apps?

The concept of
OS/2 development

 
Update

 
Applications

 
Advantages:

 
For developer:

 
(Пайпы программ)

 
Companies:

 
History:

 
(Бонусы)

 
Advice:

 
(Барьеры и решения)

 
Technologies:

 
(Применение в науке, лаборатории, ..)

 

 
Solutions

 
New eComStation:

 
Future:

 
(Ссылки на другие сайты)

 
(Картинка дня)

 
OS/2 artefacts:

 
Gadgets:


Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/html/commentnews.php on line 350
<-- noticias anteriores    noticias siguientes -->

REXX - area of usage

  Date: 2014-11-10 03:28:50
Correspondent: Eugene Gorbunoff
Source: ecomstation.ru
 

It's necessary demonstrate REXX at Chaos Constructions festival in 2015. Imagine.. hundreds of people are sitting in large hall and relaxing. We have some minutes to demonstrate them OS/2 and REXX.

Let's collect some materials:

  • How do you use REXX today? 1) .. 2) .. 15) ..

    Large applications exist: a) IRC-chat client, b) Mail server (?), c) ..

  • (LESSON N) How to parse data text files? html, csv, .. Use constructions of IF, SUBSTR, .. or other methods exist?
  • 20 arguments why (when) REXX is better for use?
  • (LESSON N) What operations to perform with WPS objects from REXX? Move the objects? or do you have better examples?
  • (LESSON N) What are communication features of REXX? Pipes, sockets, ..

Realted links:


Comentarios:

Пользователь не авторизован
Septima
2014-11-10 15:59:22

To parse a csv file in rexx :

file=C:\DUMMY.CSV

do while lines(file) > 0

parse value linein(file) with elem1 "," elem2 "," .

say "First :" elem1 ", Second :" elem2

end

The "parse" is the most powerful command in rexx language .

Test the program:

Secure work in eComStation: reviews, tools and recommendations

Comentar esta noticias.


Su nombre:

Su e-mail:

Password (if you have it):

CODE:
643162
Warning: getimagesize(pic/robot_128px.jpg): failed to open stream: No such file or directory in /var/www/html/nojunk.phpi on line 39