What 3 guidelines do we have to follow when concatenating DD
statements?
Answers were Sorted based on User's Feedback
Answer / guest
Datasets must be of the same type (disk or tape), All
datasets must have the same logical record length, The
dataset with the largest blocksize must be listed first.
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sandy lofton
1. The dataset with the largest blocksize must be listed
first.
2. If concatenated datasets are libraries and contain same
name members, the first one found will be used.
3. Order is important: Disk first, tape second, cards
third.
Is This Answer Correct ? | 5 Yes | 4 No |
Answer / muttaiah
1) The dataset should be of same type meaning if you are
concatenating a PDS then other ds should be pds only & ps-
Ps)
2) They should have same format and LRECL
3) If the dataset's have diff blocksize then the dataset
with Largest block size should be coded first
4) All the datasets should reside on the same unit(device).
however the volume serial number can differ
5) we can concatenate 16 PDS & 255 PS files
Is This Answer Correct ? | 0 Yes | 0 No |
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 ?
what will be the error code if duplicate key of VSAM file is found?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
using cursor how can you fetch more than one record into a variable
which utility is used to sort a file in jcl?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
What is the use of the utility DFSRRC00 in the JCL?
What is primary allocation for a dataset?
what is fixed length and variable length and difference between them
What parameter directs the output of the job log dataset?
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?