whats the diff bw the evaluate also and and?



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

Post New Answer

More JCL Interview Questions

How many extents are possible for a sequential file ? For a VSAM file ?

3 Answers  


i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?

10 Answers   IBM,


What are the basic JCL Statements for a Job?

1 Answers  


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..

1 Answers   CTS,


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?

4 Answers   IBM,


Where & How Do You Code Identifier In Jcl?

1 Answers   IBM,


Define concatenating?

1 Answers  


Is it possible to define dd statements as you want?

1 Answers  


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??

14 Answers   L&T,


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1 Answers  


What is difference between Return Code, user completion code, Abend code and reason Code?

2 Answers   IBM, Satyam, Wipro,


What does S0C4 error mean?

8 Answers  


Categories