write a jcl to execute a job by 7:00 am on jan 20,1986?
No Answer is Posted For this Question
Be the First to Post Answer
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
How to find the length of variable length copybook using fileaid ??
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
Describe the EXEC statement, its meaning, syntax and keywords?
what are the various stages of job processing?
what is A-MODE and R-MODE?
How do you submit a job for execution?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
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 ?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.