Page 1 of 1

Coding jcl which will call a pl/I program

PostPosted: Thu Nov 15, 2007 12:14 pm
by mbisa
juz wanna ask how will i start coding my jcl which will call a pl/I program. can u send me a sample.tnx

Re: Coding jcl which will call a pl/I program

PostPosted: Thu Nov 15, 2007 8:09 pm
by MrSpock
Huh?? :shock:

//YOURJOB JOB (....),..... your JOB details per site standards
//*
//STEPX EXEC PGM=your PL/I program name
//STEPLIB DD DSN=maybe your steplib name
// other required/optional DD statements as needed

Re: Coding jcl which will call a pl/I program

PostPosted: Sat Nov 17, 2007 3:49 am
by dick scherrer
Hello,

Your execute jcl is typically the same regardless of programming language (as long as it has been linkedited into a loadlib).