How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT

  • EDA001
  • Topic Author
  • Visitor
  • Visitor
10 years 6 months ago #16635 by EDA001
Dear All

Recently , i have tried to list the ASSET.TYPE filed in FBNK.RE.STAT.LINE.CONT from the jshell for reporting purpose. when i do that the SOME OF THE VALUES in ASSET.TYPE filed are truncated to the next line instead of being listed together with other fields. can anyone help how to list the values in ASSET.TYPE fields with out being truncated to the next line. My list statement looks like the following.

LIST FBNK.RE.STAT.LINE.CONT WITH @ID LIKE BOAGL... ASST.CONSOL.KEY ASSET.TYPE .

i have attached the sample output and i have highlighted in yellow the problem i have encountered.

Thank you

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
10 years 6 months ago #16648 by jpb
As the attachment is missing I can only speculate that ASSET.TYPE with more than 12 characters are printed on two lines. To avoid this just specify the maximum length for the defined ASSEt.TYPES, e.g.

LIST FBNK.RE.STAT.LINE.CONT WITH @ID LIKE BOAGL... ASST.CONSOL.KEY ASSET.TYPE FMT"20L"
The following user(s) said Thank You: gm.saran, EDA001

Please Log in or Create an account to join the conversation.

  • EDA001
  • Topic Author
  • Visitor
  • Visitor
10 years 6 months ago #16659 by EDA001
Thank you jpb.
It works for me as i desired it to be !!!!!!!

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #17291 by Louis_CL16
Replied by Louis_CL16 on topic How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT
Dear JBP,
Could you help me to explain the meaning of ASSET TYPE? Which tables in T24 control ASSET TYPE?
When mapping line, I don't know what basis to fill the field "asset type"

Thank you!

Please Log in or Create an account to join the conversation.

  • armin
  • armin's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • “So long - and thanks for all the fish!”
More
10 years 2 months ago #17304 by armin
I'm also not JPB but for ASSET.TYPE in RE.STAT.REP.LINE just use the helptext and you will get quite good general information.

To see what ASSET.TYPES exist in the area of interest you can scan thru CAL (CONSOLIDATE.ASST.LIAB) to see the different K.TYPE that exist.

using R11 on Unix

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #17338 by T24_SATHISH
Replied by T24_SATHISH on topic How to LIST ASSET.TYPE in FBNK.RE.STAT.LINE.CONT
simple use saving with eval and then save the file in savedlists

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #17935 by HIENTT
HI ALL
I don't know this ASSET.TYPE values and list all with the values in the system.
Exampe: OVERDUECE
OVERDUCS
CONTRAAC
CREDIT
DEBIT
LIVECR
LIVEDB...
Could you pls let me know how to list ASSET.TYPE. Not the ASSET.TYPE application or SUB.ASSET.TYPE.
Thanks for your kind support,

Please Log in or Create an account to join the conversation.

Time to create page: 0.044 seconds