+ Reply to Thread
Results 1 to 2 of 2

Thread: ILE Program Dumps - no fieldnames

  1. #1
    Guest.Visitor Guest

    Default ILE Program Dumps - no fieldnames

    I wonder if anyone can help me with this problem please - I have a problem where an ILE program is producing a dump but the dump does not contain the names of the fields in the program. ie in that section of the dump where you would expect to find field values, the leftmost columns of the dump are blank. The right hand side of the page does seem to contain field values, but there is no way to determine what fields they relate to. I tried compiling the program DBGVIEW(*SOURCE) OPTIMISE(*NONE) but this has not helped. I last compiled the pgm under V4R1. Also, I had a strange finding when recompiling. The program was originally compiled on a development machine running at V3R1M0. When I tried to fix the above problem by compiling it on the production machine I had errors with D-specs where fields were defined as Integers. The V4 compiler didnt like Integer fields that were not 5 or 10 digit numbers whereas the V3 compiler seemed happy with this. I am new to ILE so am on the steep part of the learning curve at the moment !!! Thanks in advance

  2. #2
    Guest.Visitor Guest

    Default ILE Program Dumps - no fieldnames

    On Wednesday, November 25, 1998, 03:52 AM, Nigel Waters wrote: ... Also, I had a strange finding when recompiling. The program was originally compiled on a development machine running at V3R1M0. When I tried to fix the above problem by compiling it on the production machine I had errors with D-specs where fields were defined as Integers. The V4 compiler didnt like Integer fields that were not 5 or 10 digit numbers whereas the V3 compiler seemed happy with this. Nigel, this strange problem was "fixed" with a PTF in V3R1 - the PTF would stop your program from compiling with an I datatype. (In V3R1, your program wouldn't really behave as though the fields were integers, although if you were just copying them from one to another it might work.) Here's the problem description for APAR SA67155:
     The compiler does not always give a diagnostic message when a field is defined with an unknown data type (position 40 of a definition specification). In releases that do not support the integer data type, a value of I is allowed, although the field is not defined as an integer, and the program may not work as expected. In other releases, a value of N is accepted, even though it is not supported. 
    (I can't explain the dump problem. You should report it to service.) Barbara Morris, IBM Toronto Lab, RPG Compiler Development

+ Reply to Thread

Similar Threads

  1. What program caused Exit program call?
    By Guest.Visitor in forum CL
    Replies: 0
    Last Post: 08-21-2005, 01:50 PM
  2. Program dumps for a procedure
    By Guest.Visitor in forum RPG
    Replies: 1
    Last Post: 09-05-2002, 07:25 AM
  3. Replies: 0
    Last Post: 12-12-2001, 08:20 AM
  4. Reading Program Dumps
    By Guest.Visitor in forum Programming
    Replies: 7
    Last Post: 07-30-1998, 11:25 AM
  5. File Dumps
    By bill.clifford@bmw.com.au in forum Programming
    Replies: 0
    Last Post: 01-01-1995, 02:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts