Name what parameter directs the output of the job log dataset?
No Answer is Posted For this Question
Be the First to Post Answer
How do you submit JCL via a Cobol program?
I need exexution process for JCL programs
what is DSN parameter and DISP parameter is used for?
which are the parameters mandatory in job card ?
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?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
What is 'S0C7' abend?
What are isolation levels? Where do we need to specify them in compiling JCL?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Is there any command to check wether the ps file is in sorted order?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.