What are the parameter we cannot use in procedure?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between static call & Dynamic call ?
how to compare two datasets without using superce because output is limited to 133 bytes
Why include statement is used in a jcl?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
wht is step lib n job lib ? where can we code joblib n steplib ?
Explain COND used in JCL?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
In SPACE,what is directory,RLSE
//{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?
What are the difference between jcl and jes?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
How to pass the temp dataset form one JOB step to another?