Explain the job statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
How to execute 300 steps in a Job?
What do you understand by the term job time – out and how can you overcome that?
Explain about LMQUERY�give a dialog information about a data set
SORT card to eliminate duplicity.
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
i have a string of 80 chars i want to replace 4th char with "a"?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
after submiting the jcl.how do you know that the job has been completed.
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
A job has 90 steps i want to execute only step7 and step15