Explain the job statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
Explain dfsort utility?
Why include statement is used in a jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to identify where file is empty or not? How many ways are there to identifying?
what is the difference between perform varying and perform
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
What is JCL LIB ?
How many types of libraries are there in JCL ?
How to send data from cobol program to jcl?