how do u see jobs submitted before ur job ?
Answer / harsha
Go to your IOF/SPOOL and type 'OWNER *' on the command
line. Hit enter. It will list all jobs running on the
system including yours in ascending orders.
| Is This Answer Correct ? | 7 Yes | 1 No |
How can values be passed from the job stream to an executable program?
How to alter the parameters for the existing gdg?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
which parameter is used to check the syntax of a jcl without executing it?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
How is the keyword DUMMY used in JCL?
when can a job time-out occur? How to overcome that?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
Explain about LMGET�read a logical record from a data set
What is a Dummy Utility and what it does ?
how you will define a temporary dataset in jcl?