Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
3 9662How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
5 21493There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
1 4781Dear sir/madam I am in final year BE chemical engineering.Which companies i can apply .Please guide me.It is very helpful for me
2258What is best approach to load 100 different source files (Different structure) to differet target tables ?
2 10985The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 7658HI How to take screenshots of a Webpage and saving it in a external word document using QTP.
4 22248Post New TCS Interview Questions
How you can replace string in qtp?
I APPLIED SBIPO EXAM PLZ SEND ME THE INTERVIEW QUESTIONS AND GD TOPICS AND WRITTENEXAM QUESTIONS
Is java a tool?
what is important to you: the money or the work?
How can html elements be styled having specific attributes?
what is meant by poly phase induction motor ? how its operating by single phase or three phase?
Do ssd have shorter life?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Explain the difference between thread and process in an operating system?
How to use session in cakephp?
what is lod and loq ?,why use k2cr2o7 , kcl h2so4 in uv calibration ?,why use benzophenone & caffene acetone in hplc calibration ?,what is leading peak in hplc ?why we do the calibration of limit of stry light in hplc & uv ?
What are the different methods to run Spark over Apache Hadoop?
What is a sigmoid function in Machine learning?
How do I access terminal on windows?
How to manage the div visibility during 3D-transform ?