What do you understand by the terms: joblib and steplib?
No Answer is Posted For this Question
Be the First to Post Answer
What do you know about jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to read records in reverse order in flat file?
How can an in-stream dataset be terminated?
A job has 90 steps i want to execute only step7 and step15
What parameter of the job statement is used to limit the cpu time consumed by the job?
Which COND paramter will u use to execute the step only if the previous step does not execute
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.
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
How many types of libraries are there in JCL ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file