Hello Guys..
I want to run a pl/1 program .its my example.Could u pls tell me how to run it...
EXAMPLE:PROCEDRE OPTIONS(MAIN);
PUTLIST('THIS IS MY EXAMPLE PGM');
PUTLIST('I AM PARTHI');
END EXAMPLE;
Thanks,
parthibanj
How to run a pl/1 pgm?
-
- Posts: 66
- Joined: Mon Oct 20, 2008 7:54 pm
- Skillset: REXX,JCL,RACF
- Referer: Google
- Location: Bangalore-India
- Contact:
How to run a pl/1 pgm?
Parthiban jayaraman
mainframe rexxer,
Banglore
mainframe rexxer,
Banglore
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: How to run a pl/1 pgm?
Hello,
Talk to whoever supports the compilers on the system you use. They can provide the proper compile/link jcl as well as an example of jcl to execute the compiled module.
Talk to whoever supports the compilers on the system you use. They can provide the proper compile/link jcl as well as an example of jcl to execute the compiled module.
Hope this helps,
d.sch.
d.sch.
Re: How to run a pl/1 pgm?
I'm having the same difficulty. Someone can help us? I've been trying the support but it not tended my problem..
Thanks..
Thanks..
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: How to run a pl/1 pgm?
Hello and welcome to the forum,
Someone on your system has already set up the process to compile (and then execute) pl/i code.
You need to talk with the peoplle who are responsible for the compilers (or with a co-worker) as to how to compile/link your code on your system to learn the standard way to do this on your system.
Someone on your system has already set up the process to compile (and then execute) pl/i code.
You need to talk with the peoplle who are responsible for the compilers (or with a co-worker) as to how to compile/link your code on your system to learn the standard way to do this on your system.
Hope this helps,
d.sch.
d.sch.
Re: How to run a pl/1 pgm?
I'm using the IBM VisualAge PL/I and I just can run the examples that came with the instalation. If I want to do a new file .pli and compile, don't works...
Anyway, I need help to connect to database DB2, someone can help me?
I did search on google but don't find anything...
Thanks a lot.
Anyway, I need help to connect to database DB2, someone can help me?
I did search on google but don't find anything...
Thanks a lot.
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: How to run a pl/1 pgm?
Hello,
Do not post "it didn't work". No one can help with that lack of information. . .
You need to speak with the people who support the compiler(s) to learn what you have out of sync with the new code.
You also need to ask how db2 is used on your system. There is almost positively a procedure already in place to compile programs that use DB2 and you need to follow your site-specific method.
Do not post "it didn't work". No one can help with that lack of information. . .
You need to speak with the people who support the compiler(s) to learn what you have out of sync with the new code.
You also need to ask how db2 is used on your system. There is almost positively a procedure already in place to compile programs that use DB2 and you need to follow your site-specific method.
Hope this helps,
d.sch.
d.sch.