ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

crtpgm error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • crtpgm error

    hi all
    when i use create program it shows followin error
    Code:
    CPF3C50 received by procedure TSTMAINCLA. (C D I R) 
    
    Display Job Log shows this
    
    Definition not found for symbol 'EXPORTDS'.
    Definition not found for symbol 'EXPORTDS'.
    Program TSTMAINCL not created.                                            
    Function check. CPF3C50 unmonitored by TSTMAINCLA at statement 0000005100,
      instruction X'0000'.                                                    
    CPF3C50 received by procedure TSTMAINCLA. (C D I R)                       
    CPF3C50 received by procedure TSTMAINCLA. (C D I R)
    im try to export ds from one module to another

    thanks

  • #2
    Re: crtpgm error

    1. make sure the module is available (in library list)

    2. make sure the module is named correctly (case-sensitive!)

    Comment


    • #3
      Re: crtpgm error

      Yes its ok!!

      Comment


      • #4
        Re: crtpgm error

        it's always a bad practice to pass parameters between procedures or programs using export/import , use a pointer instead.
        Philippe

        Comment

        Working...
        X