which parameter is used to check the syntax of a jcl without executing it?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of dd dummy statement?
Explain the jcl exec statement?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
I have three files for one step i need to override the third file how to do that in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What does the keyword DCB mean and what are some of the keywords associated with it?
What is the purpose of the dd keylen parameter?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
can anyone explain me about sort in jcl with inrec and outrec ?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
what is a cataloged procedure ?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter