Hi,
Please clear me
when COND=ONLY and COND=EVEN. Explain me with example.
Answer Posted / balasukumar
COND=ONLY IF YOU MENTIONED THIS OPTION IN A STEP,THAT
PARTICULAR STEP WILL EXECUTE ONLY THE PRIOR STEP IS ABENDED.
COND=EVEN MEANS IF THE PREVIOUS STEP EXECUTED SUCESSFULLY
OR NOT THAT PARTICULAR STEP IS EXECUTED SUCESSFULLY.
Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
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
Explain the function of a dd statement?
what is JCL?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to override loadlib?
What is the motivation behind coding class parameter in job statement?
Explain how can a stopped job be started again?
List the various advantages of using jcl language?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are the 2 types of parameters in dd statement?
Explain the function of //cntl statement?
What do you understand by jcl?
Explain about LMQUERY�give a dialog information about a data set
what is use of disp parameter in dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?