I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL
CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
common jcl abends??
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
how can u understand ps and pds from their names ?
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?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
Name what parameter directs the output of the job log dataset?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
What is a JCL Command statement ?
how can you check if a file is empty using jcl?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.