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 |
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
what is a cataloged procedure ?
How can you trap abends in the JCL?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
How to do automated restart when a job abend?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
What is the syntax of JCL statement?
is step name is compulsory in jcl ?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
How is the keyword DUMMY used in JCL?
i want to avoid the positional parameter how to code it ?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?