When will we need to specify Space parameter ?
Answers were Sorted based on User's Feedback
Answer / g.naveen
If we creating a new dataset either pds or ps we need to
specify Space parameter.Space parameter is keyword
parameter in dd statement of Jcl
| Is This Answer Correct ? | 13 Yes | 0 No |
if u have any need to create PDS or PS through jcl ..then
you have to SPECIFY the SPACE keyword...
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / naga
if we want to create new data set, the space is mandatory
space areas in MF are cylinder,track,blocks.
| Is This Answer Correct ? | 4 Yes | 0 No |
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
suppose i have 10 job steps and i want to execute only step 6.How to write?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
Can you execute a PROC from another PROC?
What is meant by S0C7 system abend code?
What is the function of job statement in jcl?
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?
Can we create VSAM file by using IEBGENER?
how to run JCL thru COBOL.
How to see the COMP3 value(packd decimal)
What is the use of IEBGENER ?
write a jcl to execute a job by 7:00 am on jan 20,1986?