Explain the function of the dd dcb keyword?
No Answer is Posted For this Question
Be the First to Post Answer
what's the significance of freespace(0 0) and freespace(100 100)
how to edit a tape dataset ? asked in wipro
what is the purpose of coding notify parameter in job statement?
what is A-MODE and R-MODE?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What do you feel makes a good program?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
How to search strings in multiple dataset with conditions 'string1 & string2'?
what is use of disp parameter in dd statement?
What are hierarchy levels in jcl?
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?