Coding jcl which will call a pl/I program
Coding jcl which will call a pl/I program
juz wanna ask how will i start coding my jcl which will call a pl/I program. can u send me a sample.tnx
- 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
Huh??
//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

//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
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Coding jcl which will call a pl/I program
Hello,
Your execute jcl is typically the same regardless of programming language (as long as it has been linkedited into a loadlib).
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.
d.sch.