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 |
List some valid operation codes in JCL
Do we need to code DCB parameters when using DISP position as MOD?
Explain about LMGET�read a logical record from a data set
wht do u mean by notify parameter, how can u give acess to multiple users ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Is Default for MSGCLASS = (1,1) ?
if we give TIME=0 how many sec that job/step
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?