v2pay.log      29.11.2002 16:06:36


cmdd>rx2n v2pay

File: v2pay.rexx
================

Run-Time Package routine: RexxFile used, INCLUDE statement ignored
Run-Time Package routine: STRFUN used, INCLUDE statement ignored
Run-Time Package routine: RexxMsg used, INCLUDE statement ignored

File: C:\Rexx2Nrx\builtin.$ndecl
================================

Reading declarations used: 0.020 seconds (74 items)
       20 Run-time-package routines used.
        1 External functions used.
Saving declarations used: 0.210 seconds (2063 items)

     1754 lines of file: v2pay.rexx parsed.

File: v2pay.$decl
=================

Reading declarations used: 0.440 seconds (2063 items)

File: v2pay.$code
=================

Loading code used: 0.131 seconds (4053 instructions, 53 labels)
Line 4054: Error: Global Text Var 'edi_tables' has NO initial value!
Line 4054: Error: Global unknown Id 'n_warnings' has NO initial value!
Line 4054: Error: Global unknown Id 'Buchungs_Datum' has NO initial value!
Line 4054: Error: Global Text Id 'Buchungs_Datum' has NO initial value!
Line 4054: Error: Global unknown Id 'Waehrung_Line' has NO initial value!
Line 4054: Error: Global unknown Var 'c1' has NO initial value!
Line 4054: Error: Global unknown Id 'definition_file' has NO initial value!
Line 4054: Error: Global unknown Var 'FieldVal' has NO initial value!
Line 4054: Error: Global Text Var 'FieldVal' has NO initial value!
Line 4054: Error: Global unknown Var 'Segment_type' has NO initial value!
Line 4054: Error: Global unknown Var 'Segment_type' has NO initial value!
Rexx Code analy
File: v2pay.$decl
=================

Reading declarations used: 0.531 seconds (2063 items)

File: v2pay.$code
=================

Loading code used: 0.120 seconds (4053 instructions, 53 labels)

Performing necessary renames to avoid Java/NetRexx conflicts
============================================================

Rename file used is: C:\Rexx2Nrx\Rexx2Nrx.renames

File: C:\Rexx2Nrx\Rexx2Nrx.renames
==================================

64 rename rules loaded from: C:\Rexx2Nrx\Rexx2Nrx.renames
Line 73: Warning: Item No815: Global unknown Var '2A' has illegal name for NetRexx!
item: '2A' renamed to: '$2A'
Line 73: Warning: Item No818: Global unknown Var '2B' has illegal name for NetRexx!
item: '2B' renamed to: '$2B'
Line 73: Warning: Item No820: Global unknown Var '2C' has illegal name for NetRexx!
item: '2C' renamed to: '$2C'
Line 73: Global Text Var 'group_list' conflicts with Global Text Stem 'Group_List' in line: 66
Line 73: Global Text Var 'group_list' renamed to: 'group_list0'
Line 73: Global Number Var 'Group_Level' conflicts with Global Number Stem 'Group_Level' in line: 67
Line 73: Global Number Var 'Group_Level' renamed to: 'Group_Level0'
Line 73: Global Text Var 'field_data' conflicts with Global Text Stem 'Field_Data' in line: 185
Line 73: Global Text Var 'field_data' renamed to: 'field_data0'
Line 73: Global Text Var 'Data' conflicts with Global Text Stem 'data' in line: 435
Line 73: Global Text Var 'Data' renamed to: 'Data0'
Line 73: Global Text Var 'Field_Id' conflicts with Global Text Stem 'Field_id' in line: 436
Line 73: Global Text Var 'Field_Id' renamed to: 'Field_Id0'
Line 73: Global Text Var 'V2_type' conflicts with Global Text Stem 'V2_type' in line: 32
Line 73: Global Text Var 'V2_type' renamed to: 'V2_type0'
Declaration Conversions used: 0.581 seconds.
Rexx to NetRexx translation used: 2.05 seconds (0.00141 sec/line)
Rexx2Nrx translation of: 'v2pay' completed
=================================================================================================
Invoking NetRexxC and Java Compilers
=================================================================================================
NetRexx portable processor, version 2.02
Copyright (c) IBM Corporation, 2001. All rights reserved.
Program v2pay.nrx
  === class v2pay ===
    function main(String[])
    function PAYMUL_header
    function Verarbeitung_00
    function Neues_LINE_Segment
    function V2_Summen_bilden
    function fix(Rexx)
    function Verarbeitung_01
    function Verarbeitung_02
    function Verarbeitung_03
    function Verarbeitung_99
    function PAYMUL_footer
    function display_POS_header
    function init_V2_fields(Rexx)
    function start_V2_file
    function finish_V2_file
    function init_Kontroll_Summen
    function display_Summen_Block
    function dat628(Rexx)
    function datetime
    function in_EDI_definition(Rexx)
    function init_EDI
    function parse_EDI_definition_line
    function lookup(Rexx)
    function init_EDI_properties
    function parse_EDI_Segment
    function start_EDI_parser(Rexx,Rexx,Rexx)
 1291 +++ FD_defn_file = RexxFile.FD(defn_file)
      +++ ^^^^^^^^^^^^
      +++ Warning: Variable is set but not used
    function start_EDI_composer(Rexx,Rexx,Rexx)
 1312 +++ FD_defn_file = RexxFile.FD(defn_file)
      +++ ^^^^^^^^^^^^
      +++ Warning: Variable is set but not used
    function set_opts(Rexx)
    function finish_EDI_parser
    function finish_EDI_composer
    function next_Segment
      signals IOException
    function check_Field(Rexx,Rexx)
    function code_list(Rexx)
    function fetch_Segment_group
    function split(Rexx,Rexx)
    function display_EDI_Fields
    function EDI_Val(Rexx)
    function init_EDI_segment(Rexx,Rexx)
    function write_EDI_segment(Rexx,Rexx)
    function Field_Data(Rexx)
    function array_value(Rexx,Rexx,int)
    function Set_EDI_Val(Rexx,Rexx)
    function check_form(Rexx,Rexx)
    function in_V2_definition(Rexx)
    function init_V2
    function parse_V2_definition_line
    function V2_lookup(Rexx)
    function display_V2(Rexx)
    function out_V2(Rexx)
    function in_V2
    function edate(Rexx)
    function Decimal(Rexx,int,int)
    function EditDecimal(Rexx,int,int)
    function Decimal2(Rexx)
Compilation of 'v2pay.nrx' successful [2 warnings]