- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- Finding deal slips hold reference of a teller txn
×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
Finding deal slips hold reference of a teller txn
- vmajish
- Topic Author
- Offline
- New Member
Less
More
- Posts: 8
- Thank you received: 0
9 years 2 months ago #18005
by vmajish
Finding deal slips hold reference of a teller txn was created by vmajish
Hi All,
Would you please help with the below.
I am trying to find if there is any way to find the hold control reference of the deal slip generated for a specific teller transaction?
I need to create an enquiry where I can give TT reference in the selection criteria to fetch the deal slips generated for that teller reference.
thanks in advance.
Ajish
Would you please help with the below.
I am trying to find if there is any way to find the hold control reference of the deal slip generated for a specific teller transaction?
I need to create an enquiry where I can give TT reference in the selection criteria to fetch the deal slips generated for that teller reference.
thanks in advance.
Ajish
Please Log in or Create an account to join the conversation.
- armin
- Offline
- Elite Member
- “So long - and thanks for all the fish!”
Less
More
- Posts: 300
- Thank you received: 57
9 years 2 months ago #18006
by armin
Replied by armin on topic Finding deal slips hold reference of a teller txn
Create a nofile that :
- selects all records in F.HOLD.CONTROL with REPOT.NAME = <your name of Telle Deal Slip>
- then selects &HOLD& with the row that contains the TT-reference LIKE the selection criteria
e.g if you have the reference in row 3 :
CMD = "SELECT F.HOLD.CONTROL WITH REPORT.NAME = " : YOUR.REPORT.NAME
EXECUTE CMD
CMD = "SELECT &HOLD& WITH *A3 LIKE ..." : SELECTION.ID : "..."
EXECUTE CMD
You should now have the raw deal slip and can show it line by line.
- selects all records in F.HOLD.CONTROL with REPOT.NAME = <your name of Telle Deal Slip>
- then selects &HOLD& with the row that contains the TT-reference LIKE the selection criteria
e.g if you have the reference in row 3 :
CMD = "SELECT F.HOLD.CONTROL WITH REPORT.NAME = " : YOUR.REPORT.NAME
EXECUTE CMD
CMD = "SELECT &HOLD& WITH *A3 LIKE ..." : SELECTION.ID : "..."
EXECUTE CMD
You should now have the raw deal slip and can show it line by line.
The following user(s) said Thank You: vmajish
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- Finding deal slips hold reference of a teller txn
Time to create page: 0.066 seconds