What are the valid DSORG values ?
Answers were Sorted based on User's Feedback
Answer / escapa
Data set organization (2 characters). Valid values are:
PS (physical sequential)
PO (partitioned organization)
DA (direct access)
VS (VSAM)
KS —VSAM key-sequenced data set
RR—Either a VSAM variable-length or fixed-length relative-record data set
ES—VSAM entry-sequenced data set
LD—VSAM linear data set
NV—Non-VSAM data set
Is This Answer Correct ? | 14 Yes | 3 No |
Answer / sairam.n
ps=seq.dataset, po=partitioed dataset/PDSE, ES=ESDS,
KS=KSDS, RR=RRDS, LS=LDS
Is This Answer Correct ? | 10 Yes | 5 No |
using cursor how can you fetch more than one record into a variable
can we write a proc with in a proc
What is the significance of addrspc parameter in the exec statement?
Can you execute a PROC from another PROC?
hi friends........if u know syntax of IEBEDIT IN JCL
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
can we modify the code in copy book? if it possible how to submit ofter the modification.
which utility is used to update pds?
What is the function of a dd statement?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
What is the maximum length of a single line of jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?