i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
4 10530i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
1 10012I 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?
Polaris, Tech Mahindra, UST, Wipro,
5 29077i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
2 8294
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How do you create a temporary dataset?
Give the syntax of job specifying jcl statement.
Does jcl support automatic restart?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How can a fb file convert to vb file using sort program?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
a 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?
Explain about LMFREE�free data set from its association with data ID
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Are there any set of rules for the names of the steps used in a job? What are they?