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

whats the diff bw the evaluate also and and?

0 Answers   CGI,


What is the difference between static call & Dynamic call ?

3 Answers  


suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?

5 Answers  


What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?

7 Answers   IBM,


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent

4 Answers   Mind Tree,






How to read records in reverse order in flat file?

1 Answers  


What is the difference between a symbolic and an override in executing a PROC?

2 Answers  


What are s0c1, s0c4, s0c5, s0c7 and socb?

0 Answers  


How can the submitting users racf authority be overridden in a job stream?

0 Answers  


How is a GDG base created?

5 Answers  


WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.

1 Answers  


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?

2 Answers   IBM,


Categories