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 |
describe the exec statement,its meaning ,syntax and keywords?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what sort card you will use to copy the data from one dataset to another dataset?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
Can you execute a PROC from another PROC?
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
what is the function of spool command?
Can I send output of job to my remote device careerride123?
Why we will create load module in PDS only, Why nt in PS?
What is the purpose of dd dummy statement?
which utility is used to run a cobol-db2 program?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........