Page 1 of 1

PL/1 CICS compile JCL

PostPosted: Fri Apr 27, 2012 11:21 am
by jaggz
Hi,

Could anyone please point me to some sample JCL to PL/1 CICS compiler ? Link http://ibmmainframes.com/jcls.php seems to be shop specific sample JCL.

Jaggz

Re: PL/1 CICS compile JCL

PostPosted: Fri Apr 27, 2012 12:26 pm
by mongan
Look at your CICS Libraries. For example you can find some PL1 examples here: CICSTS41.CICS.SDFHPL1

Re: PL/1 CICS compile JCL

PostPosted: Fri Apr 27, 2012 1:36 pm
by jaggz
Dear Mongan/All,

I looked at "CICSTS31.CICS.SDFHPL1" but could not see even single Compiler JCL. Apology If my understanding is wrong.

Re: PL/1 CICS compile JCL

PostPosted: Fri Apr 27, 2012 2:33 pm
by enrico-sorichetti
any job You will find on the net will be site specific!
and even those found in the sample libraries or in the manuals will still have to be customized
according to to Your site standards.

Re: PL/1 CICS compile JCL

PostPosted: Fri Apr 27, 2012 5:22 pm
by mongan
Jaggz, I pointed you to a SET of data sets that needed to be searched for what you want. If you would have taken a little time and searched ....

CICSTS41.CICS.SDFHPROC(DFHYITPL)
This procedure generates a PL/I module using the
non-integrated CICS translator and the Enterprise PL/I

Re: PL/1 CICS compile JCL

PostPosted: Fri Apr 27, 2012 9:11 pm
by dick scherrer
Hello,

One should NOT make up their own compile JCL. There is (or should be) standard compile jcl for the particular environment that is maintained/supported by the system programmer(s) who support the compilers and run-time environments.

Re: PL/1 CICS compile JCL

PostPosted: Fri Apr 27, 2012 9:47 pm
by Akatsukami
dick scherrer wrote:Hello,

One should NOT make up their own compile JCL. There is (or should be) standard compile jcl for the particular environment that is maintained/supported by the system programmer(s) who support the compilers and run-time environments.

From the types of questions heesh asks, I think that jaggz is the system programmer.