Posted: Thu Apr 03, 2008 9:42 am Post subject: Problem while generating MessageDef from cobol copybook
Newbie
Joined: 03 Apr 2008 Posts: 6
Hi
I am getting the below error message when try to create a message definition from cobol copy book (.cpy) which is imported into the Message broker 6.1 toolkit workspace.
Error Message:
IGYDS1451-S A repetition factor was specified for "PICTURE" clause symbol "V". The repetition factor was discarded.
Any modifications are required to the cpoy book before using it to create the msgdef?
Please help.
Below is the Content of the copy book :
000010******************************************************************
000020*** PAYOFF QUOTE RESPONSE - THIS IS THE FILE FORMAT ***
000030*** USED TO GET THE PAYOFF QUOTE RESPONSE. ***
000040******************************************************************
000050 01 PAYOFF-QUOTE-RESPONSE.
000060 03 AGREEMENT-ID PIC 9(13).
000070 03 PAYOFF-INT-ACCRUAL PIC 9(14)V(2).
000080 03 PAYOFF-NET-MISC-CHRG PIC 9(14)V(2).
000090 03 PAYOFF-PRINC-BAL PIC 9(14)V(2).
000100 03 NET-PAYOFF-AMT PIC 9(14)V(2).
000110* DATE IS FORMATTED MM/DD/CCYY
000120 03 PAYOFF-QUOTE-DATE PIC X(10).
000130 03 SENTRY-INS-REBATE PIC 9(14)V(2).
000140 03 PAYOFF-LATE-CHRG-DUE PIC 9(14)V(2).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum