a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
IBM,
1 2608what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1231a 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,
1087in 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?
IBM,
1301
What is batch dl/i mode?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the difference between goback, stop run and exit program in cobol?
What is the difference between Call and a Link?
What are the recoverable cics resources?
What is the LINKAGE SECTION used in COBOL?
What is the purpose of rollback and commit?
What is meant by bmp mode?
Tell me how many alternate indexes you can have on a dataset?
What is the motivation behind coding class parameter in job statement?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain the difference between link and xctl?
what is the differences between getting the system time with eibtime and asktime command?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?