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?
No Answer is Posted For this Question
Be the First to Post Answer
What you mean by skeleton JCl?
How jcl work to handle various input output file operations?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
how to create a member or sequential dataset through tso command??
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how to edit a tape dataset ? asked in wipro
What is order of searching of the libraries in a JCL?
What does a disposition of (NEW,CATLG,DELETE) mean?