a dd statement has 2 types of parameters. Name them?
No Answer is Posted For this Question
Be the First to Post Answer
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
how to count the number of members in pds?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
How many positional parameters are there in job statement?
difference between internal sort and external sort
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
Explain the purpose of the dd keylen parameter?
How do you submit a JCL under CICS environment ?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?