Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 Answers  


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

0 Answers  


How do you override a specific DDNAME/SYSIN in PROC from a JCL?

6 Answers   CTS,


please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,

1 Answers   IBM,


The maximum number of in-stream procedure you can code in any JCL is ?

5 Answers  


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


If we want to see the eliminated duplicate record thru SORT, how its output file will be managed

6 Answers   Syntel,


Can we use empty VSAM as input?

9 Answers   Convergys, Kanbay,


how to put a dependency on job in jcl using opc scheduler?

1 Answers   CTC,


how do u see jobs submitted before ur job ?

1 Answers  


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


How many types of libraries are there in JCL ?

2 Answers   IBM,


Categories