Question on how BIF DEEDIT works



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

Question on how BIF DEEDIT works

Postby twenzel18 » Tue Oct 09, 2018 7:45 pm

I have a field that contained XX126.000 (where the X’s are the ‘.’ That are visible on the screen). the user then removed the last zero saying that she used the delete key, making the field (we will call fred) 'XX126.00B' WHERE THE X's are '.' and the B is a blank
This field goes through a BIF DEEDIT:
EXEC CICS BIF DEEDIT
FIELD(FRED)
LENGTH(9)
END-EXEC.

My question is what will Fred come out as '000012600' or '000012600B' (where be is a blank)? And yes, I have googled it, and I could not find the answer that is why I am here.
twenzel18
 
Posts: 2
Joined: Tue Oct 09, 2018 7:00 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Question on how BIF DEEDIT works

Postby Robert Sample » Tue Oct 09, 2018 8:14 pm

One of the examples in the BIF DEEDIT write up from https://www.ibm.com/support/knowledgece ... eedit.html has a nine-byte field that contains a left-justified $25.68 in it; the value returned by BIF DEEDIT is 000002568.

Furthermore, if you actually have had this situation occur, shouldn't you KNOW what the returned result was?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Question on how BIF DEEDIT works

Postby twenzel18 » Tue Oct 09, 2018 8:20 pm

That would make sense, yes, but the problem with that is the user did this a week ago. I was just told about the error yesterday after it had processed through multiple batch and CICS programs so I am trying to follow the trail back to where it started.
twenzel18
 
Posts: 2
Joined: Tue Oct 09, 2018 7:00 pm
Has thanked: 0 time
Been thanked: 0 time


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post