When space is allocated for an output dataset, what units can be used?
No Answer is Posted For this Question
Be the First to Post Answer
how do u send return code from cobol to jcl ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how to see the latest generation in gdg?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain about Internal Sort
when does a dataset go uncataloged?
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?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how would you create a temporary dataset? And where will you use them?