×
Discuss about Archiving, Close of Business, Delivery Setup, Security Management System, Global Processing etc…
T24
- minty_dra
- Topic Author
- Visitor
-
15 years 3 months ago #5465
by minty_dra
T24 was created by minty_dra
how to compile the whole BP
Please Log in or Create an account to join the conversation.
- revinath
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
15 years 3 months ago #5466
by revinath
Replied by revinath on topic Re: T24
try this.
jsh bnk ~ -->SELECT BP_NAME WITH @ID UNLIKE $... AND WITH @ID UNLIKE I_...
n Records selected
> EB.COMPILE BP_NAME
jsh bnk ~ -->SELECT BP_NAME WITH @ID UNLIKE $... AND WITH @ID UNLIKE I_...
n Records selected
> EB.COMPILE BP_NAME
Please Log in or Create an account to join the conversation.
- minty_dra
- Topic Author
- Visitor
-
15 years 3 months ago #5467
by minty_dra
Replied by minty_dra on topic Re: T24
it doesn't work...
EB.COMPILE BP_MAHESH
EB.COMPILE BP_MAHESH
Please Log in or Create an account to join the conversation.
- revinath
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
15 years 3 months ago #5468
by revinath
Replied by revinath on topic Re: T24
I THINK IT WON'T WORK.
Please Log in or Create an account to join the conversation.
- thisisavin
- Offline
- Premium Member
-
Less
More
- Posts: 84
- Thank you received: 1
15 years 3 months ago #5480
by thisisavin
Replied by thisisavin on topic Re: T24
I think you have miss understood.
At the selection prompt you have to type
EB.COMPILE "BP.NAME" and not like you interpreted.
If the BP's name is MAHESH then you have to execute
EB.COMPILE MAHESH after the selection command explained earlier.
Regards
Avinash
At the selection prompt you have to type
EB.COMPILE "BP.NAME" and not like you interpreted.
If the BP's name is MAHESH then you have to execute
EB.COMPILE MAHESH after the selection command explained earlier.
Regards
Avinash
Please Log in or Create an account to join the conversation.
- kripesh
-
- Offline
- Platinum Member
-
Less
More
- Posts: 462
- Thank you received: 65
15 years 3 months ago #5507
by kripesh
Have a great day !
Replied by kripesh on topic Re: T24
jsh--->SELECT BP WITH @ID UNLIKE I_... AND @ID UNLIKE $...
>EB.COMPILE BP
All programs and Subroutines in BP directory will be compiled.
>EB.COMPILE BP
All programs and Subroutines in BP directory will be compiled.
Have a great day !
Please Log in or Create an account to join the conversation.
- kda
- Offline
- Platinum Member
-
Less
More
- Posts: 603
- Thank you received: 3
15 years 3 months ago #5510
by kda
Replied by kda on topic Re: T24
Hi,
Could u tell me what is BP and useful of it?
Thanks
Could u tell me what is BP and useful of it?
Thanks
Please Log in or Create an account to join the conversation.
- kripesh
-
- Offline
- Platinum Member
-
Less
More
- Posts: 462
- Thank you received: 65
15 years 2 months ago #5544
by kripesh
Have a great day !
Replied by kripesh on topic Re: T24
BP is nothing but a naming convention used generally to create a Directory to store all Basic Programs(BP).
So if i need to store all my programs in my own directory I would normally give the directory name as MYNAME.BP for example.
It is not mandatory to create a directory with .BP extension. You can have a directory name as MYNAME also...
So if i need to store all my programs in my own directory I would normally give the directory name as MYNAME.BP for example.
It is not mandatory to create a directory with .BP extension. You can have a directory name as MYNAME also...
Have a great day !
Please Log in or Create an account to join the conversation.
Time to create page: 0.035 seconds