Author Topic: Report Migration issue  (Read 6158 times)

anantgowerdhan

  • Guest
Report Migration issue
« on: March 10, 2008, 02:10:43 PM »
Hi,

Hi,

I'm working on a project where I have to migrate 7,000,000 reports
from the existing system to OnDemand Content Manager. Problem is that
the reports which are exported from the existing system has no CR.


Can anybody tell me how can I provide CR while doing import to
OnDemand


Regards,
Anant

« Last Edit: March 10, 2008, 02:58:20 PM by anantgowerdhan »

geoffwilde

  • Administrator
  • Sr. Member
  • *****
  • Posts: 253
  • z/os erm icn
    • View Profile
Re: Report Migration issue
« Reply #1 on: March 11, 2008, 07:12:08 AM »
what's a CR?
President, OnDemand Users Group
Lead Technician for Content Manager OnDemand @
US Bank
#zSeries

anantgowerdhan

  • Guest
Re: Report Migration issue
« Reply #2 on: March 11, 2008, 02:10:00 PM »
Carriage Return

geoffwilde

  • Administrator
  • Sr. Member
  • *****
  • Posts: 253
  • z/os erm icn
    • View Profile
Re: Report Migration issue
« Reply #3 on: March 12, 2008, 06:44:23 AM »
Can you use an input exit to create carriage return?
President, OnDemand Users Group
Lead Technician for Content Manager OnDemand @
US Bank
#zSeries

anantgowerdhan

  • Guest
Re: Report Migration issue
« Reply #4 on: March 12, 2008, 08:40:03 AM »
What do you mean by Input Exit? I think you are talking about the Export utility for the existing system. isn't it?

I have no clue about the the export utility because it has to be written by some other expert of that system. But I would like to know what are the other ways to import if i get such report without CR.

Regards,
Anant

geoffwilde

  • Administrator
  • Sr. Member
  • *****
  • Posts: 253
  • z/os erm icn
    • View Profile
Re: Report Migration issue
« Reply #5 on: March 12, 2008, 09:02:40 AM »
In V2 you could use an input exit, possibly called the report exit now. I think you can modify the data to some extent with that.
President, OnDemand Users Group
Lead Technician for Content Manager OnDemand @
US Bank
#zSeries

Bill Dennis

  • Guest
Re: Report Migration issue
« Reply #6 on: March 20, 2008, 11:25:50 AM »
The arsmvsnl process will add "newline" characters as it rewrites a file. The parameters define the line length and output file location.

We use this to "arsdoc GET" reports from one system, add newline chars and feed them to arsload on another.