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 |
which statement is used to end the in-stream procedure in a jcl?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
mainframe questions like basic&depth
Are there any set of rules for the names of the steps used in a job?
why do we use file-aid wht r the adv of using file-aid thn in ispf
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
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?
When will we need to specify Space parameter ?
How can a fb file convert to vb file using sort program?
what is the difference between perform varying and perform
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3