Answer Posted / sudha
Disp=mod means if the dataset already exists it will append
at the end of the existing dataset or if the dataset doesnt
already exist then it will create a new one and write into
it.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is condition checking possible in jcl? If yes, how?
how do you access an uncataloged dataset in a jcl?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Is acct parameter mandatory?
How can values be passed from the job stream to an executable program?
How can an in-stream dataset be terminated?
What are the rules employed while naming the steps in a job?
How dummy is used in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the function of job statement in jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What are the parameter we cannot use in procedure?
What is condition checking in jcl? Is this possible?