how to invoke subprogram in jcl?

Answers were Sorted based on User's Feedback



how to invoke subprogram in jcl?..

Answer / magician

just replace "subprogram" with "proc" - and it will be O'k.
e.g.
//MYJOB JOB
//*
//MYSAMPLE PROC MYPARAM=DEFAULTVALUE
//MYSUBPRO EXEC PGM=MYSUB
//... DD-cards
//MYSAMPLE PEND
//*
//MYSTEP EXEC MYSAMPLE,MYPARAM=FOREXAMPLE

Is This Answer Correct ?    5 Yes 0 No

how to invoke subprogram in jcl?..

Answer / saravanan

by using steps

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More IBM MainFrame AllOther Interview Questions

When do you get -811 sqlcode and how to resolve it?

0 Answers  


how will you find a particular line in debugging if its a infinite loop

0 Answers  


How much memory does variable of 6 decimal (15, 2) take in PL/1?

1 Answers   IBM,


Difference b/w Error and abend in COBOL

2 Answers   HP,


What do you mean by monitor block?

0 Answers  






which of the following is not true about search verb A) every search stmt must contain the AT END clause B) any no of WHEN clause can be used with this verb C) this verb can only applied to a table which is defined with the OCCURS clause and INDEXED phases. D) WHEN condition is satisfied

2 Answers   Accenture,


Define clustered index?

0 Answers  


where will u see joblog ?

2 Answers   Syntel,


How to define a directory?

0 Answers  


Explain isolation level?

0 Answers  


If DB2 query returns in null value, how do you work with it in PL/1?

0 Answers   IBM,


Can you define notcat 2?

0 Answers  


Categories