A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
5 39520If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 72809i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
3 12170If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
4 19087I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
2 19844Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
3 13574I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 28671Post New Wipro JCL Interview Questions
Why HDFS performs replication, although it results in data redundancy in Hadoop?
Explain % and _ inside like statement?
What is name of first file the loaded when yii framework starts?
Can you please explain the difference between nsarray and nsmutablearray?
Is html the only markup language?
What is objective c & why it is used for?
Is xml a json?
What is die in php?
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
What is difference between entity framework and ado.net?
What is stack used for in vb. Net?
how to connect to database to the remote system?
How jcl work to handle various input output file operations?
What do centrioles do?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l