How do you submit a job for execution?
No Answer is Posted For this Question
Be the First to Post Answer
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
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
Max. No of DD statements in a job ?
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
which utility is used to update pds?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
which utility is used a dummy utility?