Warning: Undefined array key 111121 in phar:///home/duptmor/public_html/prod.mcpressonline.com/forum/core/vb/vb.phar/library/content.php on line 3534

Warning: Trying to access array offset on value of type null in phar:///home/duptmor/public_html/prod.mcpressonline.com/forum/core/vb/vb.phar/library/content.php on line 3536

Warning: Trying to access array offset on value of type null in phar:///home/duptmor/public_html/prod.mcpressonline.com/forum/core/vb/vb.phar/user.php on line 704

Warning: Undefined array key "online" in phar:///home/duptmor/public_html/prod.mcpressonline.com/forum/core/vb/vb.phar/library/content.php on line 3548

Warning: Trying to access array offset on value of type bool in phar:///home/duptmor/public_html/prod.mcpressonline.com/forum/core/vb/vb.phar/library/user.php on line 635

Warning: Trying to access array offset on value of type bool in phar:///home/duptmor/public_html/prod.mcpressonline.com/forum/core/vb/vb.phar/library/user.php on line 635

Warning: Trying to access array offset on value of type bool in phar:///home/duptmor/public_html/prod.mcpressonline.com/forum/core/vb/vb.phar/library/user.php on line 635

Warning: Trying to access array offset on value of type bool in phar:///home/duptmor/public_html/prod.mcpressonline.com/forum/core/vb/vb.phar/library/user.php on line 635
COBOL SORT/MERGE Error --- ASAP - MC Press Online Forums

Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

COBOL SORT/MERGE Error --- ASAP

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

  • M.Lee
    replied
    COBOL SORT/MERGE Error --- ASAP

    Hi Jim. Check out this link: http://mc-store.com/cobol.html. The only book we have is to teach Java programming to COBOL programmers...not what you are wanting. But there are several courses that are available either online or on a CD. Hope this helps. Merrikay Lee mlee@mcpressonline.com

    Leave a comment:


  • Guest.Visitor
    Guest replied
    COBOL SORT/MERGE Error --- ASAP

    The JOBS in a subsystem are going into MSGW as they are encountering a SORT/MERGE error in a COBOL program. I know that if there is a key mismatch , in the SORT area this error is thrown up, but what I want to know is a way to ammend the program such that in case such an error comes up , the SORT area can be released and the JOB would not go into MSGW.
    Code

    Leave a comment:


  • Guest.Visitor
    Guest replied
    COBOL SORT/MERGE Error --- ASAP

    I am getting involved with AS/400 COBOL. I am quite familiar with the AS/400, RPG, etc. but I have only really had experience in Mainframe COBOL ... DOS & MVS(light) I need a book(s) that cover this material. In particular, subfiles. Any thoughts, etc. would be appreciated. Thanks .... Jim Hanson chanson@megsinet.net

    Leave a comment:


  • David Abramowitz
    replied
    COBOL SORT/MERGE Error --- ASAP

    Make sure that your SORT statement INPUT-PROCEDURE paragraph and OUTPUT-PROCEDURE paragraph are in different SECTIONS, and that each section contains an EXIT statement as the last statement of the section. Dave

    Leave a comment:


  • Guest.Visitor
    Guest replied
    COBOL SORT/MERGE Error --- ASAP

    Hi Dave, I did that and the Message Screen said SORT/MERGE Error in program XXXX. I then took the joblog and am attaching that. Now here you will see that the Record 23936 in use by job 363343/SYSO/CRMJOBDMQP is the starting of the Error. But when I checked the file Record no. 23936 did not exist. Please advise.
    Code

    Leave a comment:


  • David Abramowitz
    started a topic COBOL SORT/MERGE Error --- ASAP

    COBOL SORT/MERGE Error --- ASAP

    Please let us know what message was received. You can type a "7" to display the message on the WRKSBSJOB, or WRKACTJOB displays. Dave
Working...
X