what is the meaning of keyword in jcl?what is is opposite?
Answer Posted / krithiga hari
There are two types of parameters in JCL. They are keyword
parameters and positional parameters. Keyword parameters
follow the positional parameters. Keyword parameters should
be specified in the same order. Positional parameters need
not be specified in a fixed order.
| Is This Answer Correct ? | 0 Yes | 15 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
What is condition checking in jcl? Is this possible?
What is the use of disp parameter?
how would you create a temporary dataset? And where will you use them?
How does jcl specify the job to the operating system?
Explain how can return codes be tested before execution of a job step?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Differentiate between the joblib and the steplib statements?
what is the difference between JES3 and JES2?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain about LMFREE�free data set from its association with data ID
What is the maximum length of a single line of jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain