in ways data can be passed to a COBOL program from JCL?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of symbol // in jcl?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Definition of COND parameter in JCL
How do you handle empty files in a JCL ?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
can anyone explain me about sort in jcl with inrec and outrec ?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
How to rename a VSAM file as well as it's index file?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
how to eliminate the duplicates in sorting
Can we change the LIMIT of GDG?