Answer Posted / anil kumar
This tool is mainley used for running batchs (like
PRODUCTION,Testing and Development )and also we can run the
jobs manuvally
If any job is fail, we will rerun the job using with this
jobtrac
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
State the uses of syspring, sysin, sort fields, sum fields and dummy.
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain in DD statement what is the use of DCB parameter?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
which utility is used to run a cobol-db2 program?
what are JCLLIB and STEPLIB in JCL?
How to submit a jcl from cics?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is SOC4 error?
What does a disposition of (new,catlg,keep) for a dsn mean?
List the various advantages of using jcl language?