how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
IBM,
1349a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
IBM,
1 2528what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1181a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
IBM,
1039
Name the statement which can be used to send data to another mvs jes3 node?
what is use of disp parameter in dd statement?
Explain dfsort utility?
Give the syntax of job specifying jcl statement.
What are the difference between jcl and jes?
What are the 4 fields in dd statement?
Is automatic restart possible in jcl?
What is the motivation behind coding class parameter in job statement?
What is concatenating?
How can the disposition of sysout datasets be set for an entire jobstream?
How to pass data to a program that is coded in an exec statement?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
List in order the hierarchical levels of jcl?
What is the function of job statement in jcl?
What are hierarchy levels in jcl?