IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need help to resolve a hard edit


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Jala Sandhya

New User


Joined: 27 Apr 2023
Posts: 6
Location: India

PostPosted: Thu Apr 27, 2023 6:07 pm
Reply with quote

11a edit Description type of treatment.

Sample production claim which triggered 11 edit. # 23097EP6629

Output I want claims should no longer trigger 11 edit after making the code changes to validate type of treatment on claims and systematically update type of treatment code(TT) code.





As a WGS user,I want system yo validate the type of teatment (TT) within the claim and systematically update the claim with valid type of treatment and no longer trigger 11 edit such that claims can be systematically adjudicated according to member benefits.

Please do help me with the Cobol code logic for the above scenario.

Please do mention the module list and logic required for to resolve 11 edit from system and automatically populate the valid type of treatment.

Expectation

Claims should no longer trigger 11 edit once logic is automated.


Wgs-Wellpoint group systems
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1255
Location: Bamberg, Germany

PostPosted: Thu Apr 27, 2023 6:12 pm
Reply with quote

Please, do not use screenshots, use the Code button instead. Thank you!
Back to top
View user's profile Send private message
Jala Sandhya

New User


Joined: 27 Apr 2023
Posts: 6
Location: India

PostPosted: Thu Apr 27, 2023 6:20 pm
Reply with quote

Sure will not use screenshots from next time
Back to top
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2023
Location: USA

PostPosted: Thu Apr 27, 2023 6:37 pm
Reply with quote

Jala Sandhya wrote:
Sure will not use screenshots from next time

Also, posting the same question twice would not speed-up the resolution of the issue!
Back to top
View user's profile Send private message
Jala Sandhya

New User


Joined: 27 Apr 2023
Posts: 6
Location: India

PostPosted: Thu Apr 27, 2023 6:43 pm
Reply with quote

gncveds and gncpveds both the modules are having this 11 edit.


PostPosted: Thu Apr 27, 2023 6:07 pm
Post subject: Need help to resolve a hard edit
11a edit Description type of treatment.

Sample production claim which triggered 11 edit. # 23097EP6629

Output I want claims should no longer trigger 11 edit after making the code changes to validate type of treatment on claims and systematically update type of treatment code(TT) code.





As a WGS user,I want system yo validate the type of teatment (TT) within the claim and systematically update the claim with valid type of treatment and no longer trigger 11 edit such that claims can be systematically adjudicated according to member benefits.

Please do help me with the Cobol code logic for the above scenario.

Please do mention the module list and logic required for to resolve 11 edit from system and automatically populate the valid type of treatment.

Expectation

Claims should no longer trigger 11 edit once logic is automated.


Wgs-Wellpoint group systems

Please provide me the update as soon as possible
[/code]
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 420
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Thu Apr 27, 2023 7:06 pm
Reply with quote

You may understand how these programs work, but we do not.

Understanding how your code invokes these edits and under what circumstances is unclear.

What code/changes have you tried?
Back to top
View user's profile Send private message
Jala Sandhya

New User


Joined: 27 Apr 2023
Posts: 6
Location: India

PostPosted: Thu Apr 27, 2023 7:19 pm
Reply with quote

Tried to populate the first occurrence of type of treatment before the edit is getting triggered.


It was working but not sure weather my coding is correct or not

If MPRREVC -TYPE-TRTMT-CDE(WS-NUM1) >SPACES
MOVE MPRREVC -TYPE-TRTMT-CDE(WS-NUM1) TO DDC-DTL-TT-CDE(DDC-DTL-NDX)
END-IF
Back to top
View user's profile Send private message
Jala Sandhya

New User


Joined: 27 Apr 2023
Posts: 6
Location: India

PostPosted: Thu Apr 27, 2023 10:54 pm
Reply with quote

Any update on the above ask?

Please reply
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu Apr 27, 2023 11:54 pm
Reply with quote

Quote:
Any update on the above ask?

Please reply
It is considered rude to prompt for replies to an earlier query on a forum. Since people respond when they have the knowledge, time, and interest in responding it can easily be hours ... days ... weeks ... years even without a response. And this is all normal.

If you need an immediate response, persuade your management to hire a consultant to help you. Otherwise, don't expect replies in any given amount of time. And based upon the near-total lack of information you have provided, it is EXTREMELY unlikely you will get any responses that address your issue(s).
Code:
If MPRREVC -TYPE-TRTMT-CDE(WS-NUM1) >SPACES
MOVE MPRREVC -TYPE-TRTMT-CDE(WS-NUM1) TO DDC-DTL-TT-CDE(DDC-DTL-NDX)
END-IF
You did not provide ANYTHING to help us here -- what are the PICTURE clauses for each of the variable mentioned in this code excerpt? Why are you asking if the coding is correct? I can tell by inspection that the code you posted will not even compile since COBOL does not allow spaces in variable names and you have them.

Questions you might want to think about answering to get some help:
    What is a "hard edit"?
    What is an "11 edit"?
    Is there a software vendor for this software, and have you contacted them for help yet?
    Do you even know COBOL?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts create rexx edit Macro that edits the... CLIST & REXX 3
Search our Forums:

Back to Top