IIN APITUDE THEY GAVE ONLY 10 QUESTIONS..
THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME &
DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER
?
9 25
4 36
81 64 49
AND surveillance SPELLINGS E.T.C
No Answer is Posted For this Question
Be the First to Post Answer
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
in 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?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
how to code instream data in procedure?
how to run JCL thru COBOL.
Are there any set of rules for the names of the steps used in a job? What are they?
What is the purpose of dd dummy statement?
How to create delta file using JCL
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
How is a type of file defined in the jcl that executes the cobol program?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?