What are the 2 types of parameters in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
Explain in DD statement what is the use of DCB parameter?
GDG Create syntax ?
How to concatenate different LRECL of files?
What is GDG and what is the maximum limit of versions that can be created?
Name what parameter directs the output of the job log dataset?
What is the function of the dd mgmtclas keyword in sms datasets?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
Explain the jcl exec statement?
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?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?