wht happens if cond=true ? pls give me with an example ?
Answer Posted / muttaiah
I guess there is no such Cond value as True..
We have only Even & ONly for Cond parameter but not True.
Please clarify the question
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the function of the steplib dd statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to submit jcl through a cobol program?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the function of //cntl statement?
Name what parameter directs the output of the job log dataset?
Differentiate between addressing mode and run mode.
Explain the hierarchy levels in jcl?
List in order the hierarchical levels of jcl?
Explain dd statement in jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC