I found in one of the jcl, gdg version being mentioned as :
abc.def.ghi(-0)
Can anyone tell me how referring the version as (-0) is
different from referring it as (0)
Answer Posted / deepak
It's one and all same
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Mention the types of job control statements?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain how can an in-stream dataset be terminated?
How does jcl act on a cobol code?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain about LMFREE�free data set from its association with data ID
How can a stopped job be started again?
what is the JCL statement consists of?
Describe the various parameters utilized in the creation of a gdg?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Is their any set of rules for dd? Explain.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is concatenating?
How to run cobol program using jcl?