In job processing, what happens in conversion stage?
Answer / Dev Raj Bairwa
The Conversion stage in JCL (Job Control Language) processing converts data between different formats as required by the job. This can include translating EBCDIC to ASCII or vice versa, reformatting records, or converting between binary and text data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is concatenating?
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
How to find out the number of records in a file using JCL
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
how to skip the steps in JCl
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?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
how do you code a null statement?
What is the difference between a symbolic and an override in executing a PROC?
What is the function of the dd dcb keyword?
In DCB, what is LRECL,BLKSIZE,DSORG
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?