Coding jcl which will call a pl/I program



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Coding jcl which will call a pl/I program

Postby mbisa » Thu Nov 15, 2007 12:14 pm

juz wanna ask how will i start coding my jcl which will call a pl/I program. can u send me a sample.tnx
mbisa
 
Posts: 7
Joined: Thu Nov 15, 2007 11:57 am
Has thanked: 0 time
Been thanked: 0 time

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

Postby MrSpock » Thu Nov 15, 2007 8:09 pm

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
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times

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

Postby dick scherrer » Sat Nov 17, 2007 3:49 am

Hello,

Your execute jcl is typically the same regardless of programming language (as long as it has been linkedited into a loadlib).
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post