What is the meaning of keyword in JCL? What is its opposite?
Answer / guest
A keyword in a JCL statement may appear in different places
and is recognized by its name, eg. MSGCLASS in the JOB
statement. The opposite is positional words, where their
meaning is based on their position in the statement, eg. in
the DISP keyword the =(NEW,CATLG,DELETE) meanings are based
on first, second and third position.
Is This Answer Correct ? | 0 Yes | 0 No |
How many steps we can overide in the proc's?
Explain the function of the dd dcb keyword?
How to get cursor position from system in CICS environment ?
what is alternate index?
how to resolve sb37,sd37 se37 abends
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
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 ?
how to see the latest generation in gdg?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
Is their any limit for data sets?
What are the common keyword parameters in both job and exec statements
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?