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.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 8377
-
by sergeyken
View the latest post
Wed Nov 16, 2022 8:31 pm
-
-
Calling Java program on UNIX/USS from a COBOL CICS program?
by zbius » Tue Nov 05, 2024 2:37 pm » in IBM Cobol - 2
- 2585
-
by zbius
View the latest post
Wed Nov 06, 2024 6:02 pm
-
-
-
REXX call RACF service IRRSPK00 to generate Pass Tickets
by VladGoodman » Mon Feb 27, 2023 1:11 am » in CLIST & REXX - 4
- 2426
-
by Pedro
View the latest post
Fri Mar 17, 2023 11:40 pm
-
-
-
Call REXX dsn "independently" from ispf panel
by RazVorox » Wed Jun 07, 2023 11:32 am » in CLIST & REXX - 2
- 1827
-
by willy jensen
View the latest post
Wed Jun 07, 2023 1:23 pm
-
-
- 2
- 3155
-
by enrico-sorichetti
View the latest post
Mon Oct 30, 2023 6:25 pm