/*          ______     _/\ /\____/\_________/\________/\_____              */
/*          _|    |__ _/   |   \_  ___    __  ________  _____/             */
/*          \_    __/ |  __|    |\/  /   / /\/ __/_  /\/ __/_...           */
/*        .::|    |___|  \__    |   /    \/    |   \/    |   \:::.         */
/*        :::|    |   |    |    |   \     \    |    \    |    \::::.       */
/*        :::|    |   |    |    |____\     \____    /_____    /:::::       */
/*        :::|_____   |____|____|:::::\_____/::|___/:::::|___/::::::       */
/*        ::::::::|___|:::::::::::/\ :::::::::::::::::::/\::::::.:::       */
/*        :·::::______/\____/\_  /  \ ___/\________/\__/  \:::::::::       */
/*        ::::::\_____  ___    \/    \\_  ________  _ \    \::::::::       */
/*        ::::·:/   |/   \/\/\    /   \/\/ __/_  /\/ \ \    \:·:::::       */
/*        :::::/    |     \   \  /     \   |   \/     \ \_   \:::·::       */
/*        ::::/     |      \   \/       \  |    \      \_/    \:::::       */
/*        ::·:\____________/___||_______/___    /______|      /:::::       */
/*        :::::::::::::::::::::::::::::::::|___/:::::::|_____/::::::       */
/*        : _____/\_  _/\ /\____/\___ _____/\_______/\__________/\_:       */
/*        :/  _____/_/   |   \_  __  \\________      _____/  _____/:       */
/*        :\____   \|  __|    |\/ _   \   /___/   /\/ __/_\____   \:       */
/*        :/   |    \  \__    |/  |    \ / \_____/    |   \   |    \       */
/*        /    |     \   |    |   |     \     /:/     |    \  |     \      */
/*       /     |     /   |    |   |      \_  /::\______    /  |     /      */
/*       \______    /____|____|___|________)/         |___/____    /       */
/*             |___/                                          |___/        */
/*                                                                         */
/*                                 Presents                                */
/*                         TøS-Last15 v1.20 By TøS 1996                    */
/***************************************************************************/
 
/* Optimized with RexxOpt 1.7 */
parse arg node;Options results;nodeid="DREAMREXX"node;address value nodeid;signal on error;signal on ioerr;signal on syntax;tr=transmit;gu=getuser;fil="Daydream:ToS-DOORS/data/TøSLast15.dat";gu 10;bytu=result;gu 11;bytd=result;Online=""TIME();call open(file,fil,'W');call writeln(file,bytu);call writeln(file,bytd);call writeln(file,online);call close(file);ioerr:;error:;syntax:;shutdown;exit