What parameter directs the output of the job log dataset?
No Answer is Posted For this Question
Be the First to Post Answer
what is the cond=even only
what is inrec fields and outrec fields in sorting
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
what is a steplib
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
How is a GDG base created?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
How many types of libraries are there in JCL ?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Explain about REXX
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.