Explain COND used in JCL?
Answer / koti156
the cond parameter is used to control the execution of subsequent job steps,depending on the condition code that is returned for a prior step.
ex:
suppose a job has two steps.the first step backups file,and the second step deletes the source file after a successful backup. obviously if the file is not successfully backup it should not be deleted.the cond can be used to control the the execution of the second step depend on th e value returned by the first.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
In how ways you can pass the data from Jcl to cobol ?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
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
How many extents are possible for a sequential file ? For a VSAM file ?
In SPACE,what is directory,RLSE
How to copy VSAM files without using REPRO
What is a procedure?
Give the syntax of job specifying jcl statement.