What is the purpose of the dd keylen parameter?
No Answer is Posted For this Question
Be the First to Post Answer
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can a stopped job be started again?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
How is the keyword DUMMY used in JCL?
How do you handle empty files in a JCL ?
What are some jcl statements that are not allowed in procedures?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
what is the difference between return code and maxcc?
hi friends........if u know syntax of IEBEDIT IN JCL
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?