On the DD statement, what is the main difference between
creating a new sequential flat file and a partitioned dataset?
Answers were Sorted based on User's Feedback
Answer / guest
SPACE=(n,m) for a sequential file, SPACE=(n,m,p) for a PDS
where n, m, and p are numbers. The p designates how many
directory blocks to allocate.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
also in dcb parameter u can give ps for seq. files and po
for pds.
Is This Answer Correct ? | 2 Yes | 1 No |
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
wht is step lib n job lib ? where can we code joblib n steplib ?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
Is Default for MSGCLASS = (1,1) ?
how to count the number of members in pds?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
what is instream data
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
Explain about LMCOPY -
What is the purpose of the dd keylen parameter?