What is the purpose of disp parameter?
No Answer is Posted For this Question
Be the First to Post Answer
can we bowse or edit the GDG dataset if it is a tape entry?
What parameters can be used to limit the number of records written to a sysout dataset?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
What do you understand by the term notcat 2 – gs?
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?
Explain the hierarchy levels in jcl?
is step name is compulsory in jcl ?
Are there any set of rules for the names of the steps used in a job?
I have a File that has duplicate records. I need only those records that occur more than thrice.
wht r s722,s822,s122 and s222 abends pls reply fast
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.