Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Creating an ILE Cobol Module with an internal call to "QCMDEXC".

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

  • Creating an ILE Cobol Module with an internal call to "QCMDEXC".

    I am trying to create an ILE COBOL module that has a call to QCMDEXC and I am getting a "no definition found" error. Is there a different ILE API that has the same functionally as QCMDEXC? Any help would be appreciated. Source code ex(Call "QCMDEXC" USing WS-PARMS.) Thanks, Kacy

  • #2
    Creating an ILE Cobol Module with an internal call to "QCMDEXC".

    Try using the sub levels of WS-PARMS. CALL "QCMDEXC" USING PROGRAM-NAME PROGRAM-LENGTH. Dave

    Comment

    Working...
    X