On the DD statement, what is the main difference between
creating a new sequential flat file and a partitioned dataset?
Answers were Sorted based on User's Feedback
Answer / guest
SPACE=(n,m) for a sequential file, SPACE=(n,m,p) for a PDS
where n, m, and p are numbers. The p designates how many
directory blocks to allocate.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
also in dcb parameter u can give ps for seq. files and po
for pds.
| Is This Answer Correct ? | 2 Yes | 1 No |
How do you handle empty files in a JCL ?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what is the purpose of coding class parameter in job statement?
If Region=0k means What Happen?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
How can unused space allocation be returned to the system when a dataset is closed?
How to create delta file using JCL
A dd statement consists of 4 fields. Name them?
How to compare 2 files using File-Aid?
Why do you want to specify the REGION parameter in a JCL step?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx