What is the differentiation between TRK,cyl, and Bytes...
how they can be connected??
Answers were Sorted based on User's Feedback
Answer / dipali jaju
1 volume = 15 disks
1 disk = 3990 tracks and 1 cyl = 15 tracks
1 track = 47 Kb
1 byte = 8 bit
1 bit = 0 or 1
4 bit = nibble
| Is This Answer Correct ? | 36 Yes | 6 No |
Answer / muttaiah
1Cyl = 15 tracks
1Trk = 6 blocks
1blk = 47 bytes
1byte = 8 bits
1 bit = either 0 or 1
| Is This Answer Correct ? | 10 Yes | 2 No |
How to execute step2,step1,step3 when step1,2&3 are in order
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
What is a Generation Data Group (GDG)?
What is a COND parameter in JCL?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
Is there any command to check wether the ps file is in sorted order?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
What is dummy parameter 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?
how are instream data terminated?