What is the purpose of dd?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMFREE�free data set from its association with data ID
is there any way to execute more than one proc in the same exec statement at the same time..?
List the various advantages of using jcl language?
how to split a file
How do you skip a particular step in a proc/JOB?
How to see the COMP3 value(packd decimal)
What is the function of dd disp parameter?
What are the parameter we cannot use in procedure?
//{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?
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
How can the disposition of sysout datasets be set for an entire jobstream?
how to allocate a dynamic dataset in jcl ?