i) Difference between ps, esds,

ii) Difference between lrecl, blksize among PS, PDS issues?
i.e in jcl at dcb

Answers were Sorted based on User's Feedback



i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e..

Answer / tanmay

(i)Ps stands for Physical sequential data set and ESDS is a
VSAM data set defined as Entry sequenced data set.In ESDS
records are processed one at a time in the order which they
were loaded.

(ii)lrecl stands for logical record length and blocksize
will be the multiple of lrecl.Lrecl gives the actual length
of the record and block size tells what unit of bloch has
been assigned on the DASD for that record.In DCB of JCL the
diference between PS and PDS are that the PDS will contain
one extra quantity called "directory blocks" alongwith
primary and secondary quantity whereas Physical Sequential
(PS) will contain only the primary and secondary quantity.

Is This Answer Correct ?    3 Yes 1 No

i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e..

Answer / sush

PS IS THE NONVSAM DATASET AND ESDS IS THE VSAM DATASET.

LRECL IS THE LENGTH OF THE RECORDS IN PS OR PDS.

WHERE AS THE BLOCK SIZE IS THE AMOUNT OF VOLUME WHIH THE
JOB CAN OCCUPY ON THE DASD.
SYNTAX FOR DCB=(TRK,(PRIMARY,SECONDARY,BLOCK
SIZE),RLSSE,ROUND)
IN DCB PARAMETER FOR PS WE DONT GIVE DIRECTORY BLOCK SIZE
AS WE CANNOT ADD MEMBER IN PS WHERE AS IN PDS IT IS
MANDATORY AS IT DEFINES THE NO NUMBER OF MEMBERS THAT CAN
BE ADDED IN THE PDS BY FORMULA (6*N)-1 WHERE N= NO IN
DIRECTORY BLOCK FIELD

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More JCL Interview Questions

When cursor is not closed what is the error?

3 Answers   IBM,


Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

1 Answers   TCS,


In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


what is fixed length and variable length and difference between them

1 Answers   CGI, Wipro,


What is the function of the dd dcb keyword?

0 Answers  






State the uses of syspring, sysin, sort fields, sum fields and dummy.

0 Answers  


common jcl abends??

2 Answers   ADP, Wipro,


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

1 Answers   IBM,


What is the purpose of the dd keylen parameter?

0 Answers  


If your job fails at particular step then what would be the return code for next steps

3 Answers   ADP,


Explain in DD statement what is the use of DCB parameter?

0 Answers  


what does mvs stand for?

1 Answers   IBM,


Categories