What is the syntax of JCL statement?
No Answer is Posted For this Question
Be the First to Post Answer
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
what is use of disp parameter in dd statement?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
Can a job have only steplib and no joblib ?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain about LMFREE�free data set from its association with data ID
How can we see data in TEMPARARY DATA SET in JCL ?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
wht happens if blksize = 0 and lrec = 0 ?