What is the differentiation between TRK,cyl, and Bytes...
how they can be connected??
Answer Posted / 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 |
Post New Answer View All Answers
How to do automated restart when a job abend?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
List the different components of jcl statement?
Can I send output of job to my remote device careerride123?
What is the function of //jcllib statement?
What dd statement is used to supply the name of a dataset?
What do you understand by jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Is it possible to code instream data in a PROC?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
In job processing, what happens in execution stage?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Is there any command to check wether the ps file is in sorted order?