What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
No Answer is Posted For this Question
Be the First to Post Answer
Is acct parameter mandatory?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
what is the restart?hopw it is invoked?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
What are the parameter we cannot use in procedure?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What are the common keyword parameters in both job and exec statements
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
When space is allocated for an output dataset, what units can be used?