× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

template programming... I_F.XXXX files...????

  • subrata
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
16 years 3 weeks ago #1106 by subrata
hi all,
i'am new to template programming and follwing temenos user guide 'Template Programming'. I'm trying to create a L type file as
1. created FILE.CONTROL record
2. created files through CREATE.FILES
3. compiled the application program copying TEMPLATE.L
4. rebuilt STANDARD.SELECTION
...desired application program has been created....but i'm not finding any I_F.XXXX file...how can i create the I_F.XXXX file???????
any help appreciated.....
regards

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

More
16 years 3 weeks ago #1107 by gopik05
Replied by gopik05 on topic Hi
Hi,

This is simple...

Just create File.Layout for ur template.

Type FILE.LAYOUT in jsh prompt such that it creates the files with a suffix for the fields in the template.

Any msgs ..plsssss

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

More
16 years 3 weeks ago #1108 by kknglobus
Replied by kknglobus on topic TEMPLATE.L
Hi Subrata,



Follow these steps and check if everything is right.



1) Compile TEMPLATE.L after modifying for your application(xxx)

2) Create PGM.FILE with type 'L' for the file (xxx)



Now, try FILE.LAYOUT from shell prompt.

--> It will ask the program name, give the same name as the application . Type xxx

-->It will ask whether program - > type 'P' for program

-->It will ask for file structure name --type I_F.XXX

-->Give the prefix and suffix as you please

--> Move the file from folder BP to local BP



Hope this serves your purpose, otherwise, mail me



Regards,

Karthikeyan

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

  • subrata
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
16 years 3 weeks ago #1109 by subrata
Replied by subrata on topic template programming... I_F.XXXX files...????
thanks....but i'm not successful yet...
could u please explain a bit more...like what will be the full command??? like...
---jsh>FILE.LAYOUT .....(ANY COMMAND LINE ARGUMENT??)

where should i specify my local file directory???
thanks in advance...

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

  • subrata
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
16 years 3 weeks ago #1110 by subrata
Replied by subrata on topic template programming... I_F.XXXX files...????
hi Karthikeyan
i've tried as you said...but still i am fetching problem...its comming to debugger prompt!!! pls see bellow....
one thing for ypur information.... my program is in a directory other than BP (in my case it is PR.BP)
*********************************
jsh t24training ~ -->jshow -c PR.H.USR.TRANS.LIST
Subroutine: /t24/bnktest/bnk.run/lib/lib74.so.1
jBC PR.H.USR.TRANS.LIST version 4.1 Tue Apr 1 05:56:24 2008
jBC PR.H.USR.TRANS.LIST source file PR.BP
jsh t24training ~ -->

**************************************
jsh t24training ~ -->FILE.LAYOUT
Use Select List or Input Individually either :

List of FILE names from which to build insert modules via
their dictionarys

List of PROGRAM names from which to build insert modules
through calling.
Enter Program/File(s) :PR.H.USR.TRANS.LIST
Enter Program/File(s) :

Build Insert from File (D)ictionarys or (P)rograms or (Q)uit
:P
Building Insert From Program(s)
_______________________________________________________________________________

Program is PR.H.USR.TRANS.LIST

Enter output Name - = I_F.Entryname :

Enter PREFIX or = NONE :

Enter SUFFIX or = NONE :
** Error [ ARRAY_SUBS ] **
Array subscript out of range , Line 242 , Source FILE.LAYOUT
Trap from an error message, error message name = ARRAY_SUBS
jBASE debugger->
*****************************************************


any suggession....
thanks in advance..

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

More
16 years 2 weeks ago #1111 by saranvelu
Replied by saranvelu on topic template programming... I_F.XXXX files...????
Hi ,

why u havnt given any file name ? try it by giving the file name and prefix.

for example

Enter output Name - = I_F.Entryname : I_F.PR.H.USR.TRANS.LIST

Enter PREFIX or = NONE :PR

still if you have the same problem then check the file definition for your template.


regards,

saravanan

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

More
15 years 11 months ago #1112 by KingArthur
Replied by KingArthur on topic DEFINE.PARAMETER
Post your DEFINE.PARAMETERS block here. We will able to fix this.
___________
King Arthur

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

Time to create page: 0.107 seconds