how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
IBM,
1356a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
IBM,
1 2535what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1185a 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,
1044
How can a jobs execution priority be modified?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the function of dd disp parameter?
How is the record format of an output dataset specified?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How to submit a jcl from cics?
What is the format of comment statement?
What is the purpose of dd?
Are there any set of rules for the names of the steps used in a job?
How can unused space allocation be returned to the system when a dataset is closed?
whats the diff bw the evaluate also and and?
What is jcl in mainframe, and how many types of jcl statements are there for a job?