Coding jcl which will call a pl/I program

JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...
mbisa
Posts: 7
Joined: Thu Nov 15, 2007 11:57 am
Skillset: cobol
Referer: through internet

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

User avatar
MrSpock
Global moderator
Posts: 809
Joined: Wed Jun 06, 2007 9:37 pm
Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
Referer: ibmmainframes.com
Location: Raleigh NC USA
Contact:

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
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

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.


  • Similar Topics
    Replies
    Views
    Last post