X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :cc:content-type; q=dns; s=default; b=gZBXFiWYOqEtcFFSdbO+JhB/0Y NOvEGjUe+ZiwK6vaHqxL1RAEdCipDRloUPaxn6J6ll7qB3UbiAOYRqzvq8hqhe4c F/Jj0EZJTh9z3x7s4N30d2oMtC0BY6mpfje2L261V/L4b3Xs4dytIzUeFSmMYBUx 6h15eKLCMzdXAE4lk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :cc:content-type; s=default; bh=LQK3FV4ljlcHWeDW09grDCw5d1A=; b= G9eaRSuAL+KA6KfTJZEv7bXkTUHKtpy+gDJo8vGWMolJSEVF5SOXc1E/ttpd4pMa Hc7k4h1/3uwj+bEoDbyCl+SKJZq8Sp/cP+3IurLfRqDkzaJvdp6HAqxMhzcwvc9K XJlx8DT/sHpJdo/XstsSSk6EDEGgaMCsXVcLzeVWsSY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.205.25.6 with SMTP id rg6mr3052453bkb.101.1366690972347; Mon, 22 Apr 2013 21:22:52 -0700 (PDT) Date: Tue, 23 Apr 2013 09:52:52 +0530 Message-ID: Subject: Cobol return code problem after implementing latest CYgwin 1.7 From: rashi singhal To: cygwin AT cygwin DOT com Cc: rashi DOT singhal AT misys DOT com Content-Type: text/plain; charset=ISO-8859-1 We use C programs to link and call Cobol programs(using cobinit ,cobcall), After executing cobol applications on bash we are getting return code as zero always. Cobol program pass some return codes like (32 , 65 .. ). This problem only occurs after installing latest Cygwin. Till earlier version program return codes have correct value. In Cobol program we use STOP RUN RETURN CODE to populate the return codes. Regards, Rashi -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple