what is DSN in JCL and what are the parameters to declare the DSN?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
which utility is used a dummy utility?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
How do you submit JCL via a Cobol program?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
How can you execute a COBOL program via SYSIN in JCL?
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
what is a jcl?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
How to send notification to multiple users through jcl???
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?