Importing Mainframe file into hadoop using Datameer

Comments

3 comments

  • Official comment
    Joel Stewart

    Hi Rajat, thanks for the questions and interest in Datameer for this project. 

    Datameer can read many different character formats including CP037 (or IBM037). This does include many EBCDIC type formats. 

    Yes, Datameer can import binary data from mainframe files. Yes, it can import compressed data as well. 

    I don't understand the context about the hierarchical levels question, can you elaborate a bit on that circumstance? 

    With Datameer's Smart Execution, jobs can run locally on in Hadoop. Most commonly, they are run on Hadoop though. Datameer is installed on an edge node most commonly, but could be entirely outside of the cluster too. 

    A Datameer Enterprise license includes access to integration, analysis and visualization altogether. 

    Comment actions Permalink
  • Rajat Mishra

    Thanks joel !!!.

    The hierarchy level i'm talking about is the number present in the cobol copybook. For eg .

    01 TCRMCONTRACTBOBJ.
       05  OBJECT-NAME      PIC X(40).
       05  CONTRACTID PIC 9(18).
       05  CURRENCYTYPE     PIC X(2).
       05  CURRENCYVALUE    PIC X(4).
       05  TCRMCCBOBJ-COUNT PIC 99.
       05  C-TCRMANKEYBOBJ-COUNT PIC 99.
       05  TCRMCCBOBJ-OFFSET PIC 9(8) OCCURS 0 TO 99 TIMES
                 DEPENDING ON TCRMCCBOBJ-COUNT.
       05  C-TCRMANKEYBOBJ-OFFSET PIC 9(8) OCCURS 0 TO 99
                 TIMES DEPENDING ON C-TCRMANKEYBOBJ-COUNT.

    in the above copybook there 2 level 01 and 05 . In some copybook 05 is further goes down to 10 and so on.


    Thanks again!!

     

     

    0
    Comment actions Permalink
  • Joel Stewart

    Within a copybook, there is no limit to the hierarchy size. However, copybook files with multiple variable length data types are not supported. If there is a variable length data field, it must be the last item of the copybook. 

    0
    Comment actions Permalink

Please sign in to leave a comment.