whats the diff bw the evaluate also and and?
Answer / Mukesh Pandey
In JCL (Job Control Language), 'EVALUATE ALSO' and 'AND' serve different purposes. 'EVALUATE ALSO' is a JCL statement used for testing a job after it has been compiled, whereas 'AND' is a logical operator in programming that returns TRUE if both expressions are true. In the context of JCL, you won't find 'AND'. If you need to run multiple jobs sequentially, use the EXEC utility.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many extents are possible for a sequential file ? For a VSAM file ?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
What are the basic JCL Statements for a Job?
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
Where & How Do You Code Identifier In Jcl?
Define concatenating?
Is it possible to define dd statements as you want?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is difference between Return Code, user completion code, Abend code and reason Code?
What does S0C4 error mean?