What are the valid DSORG values ?

Answer Posted / guest

PS - QSAM, PO - Partitioned, IS - ISAM

Is This Answer Correct ?    13 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name a few IBM utility programs, and explain its function.

4428


what is the resolution for sb37 error

7696


How to run cobol program using jcl?

648


Why include statement is used in a jcl?

687


how would you create a temporary dataset? And where will you use them?

764






if the submitter of a job wants to inform another user about the job completion, how can it be done?

754


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

816


What is the function of the dd dcb keyword?

821


what is JCL?

691


Describe the various parameters utilized in the creation of a gdg?

680


What parameters can be used to limit the number of records written to a sysout dataset?

746


How can a fb file convert to vb file using sort program?

802


Is their any limit for data sets?

699


How to pass data to a program that is coded in an exec statement?

818


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

1485