Explain how can a jobs execution priority be modified?
No Answer is Posted For this Question
Be the First to Post Answer
How to fetch even records from one file to another file by using ICETOOL in JCL?
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
wht r different types of sort fields in jcl ?
wht is sysudump n sysout,sysprint ?
How to print data of sequential file to Spool..?
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
How to identify where file is empty or not? How many ways are there to identifying?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.