What is the max blocksize for a Tape file?
Answers were Sorted based on User's Feedback
Answer / guest
It is 32,760.Based on that we can calculate efficient number
of Records in a Block
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / sunitha
The number of bytes that we specify for the block size
depends on the device type and the record format of the
dataset. The maximum is 3270 bytes for DASD datesets and
2,147,483,648 bytes (2097152KB or 2048MB or 2GB) for tape.
| Is This Answer Correct ? | 2 Yes | 5 No |
What statement can be used to send data to another mvs jes3 node?
What are the common jcl syntax errors you get? This is not abends?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
What parameter directs the output of the job log dataset?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
if we give TIME=0 how many sec that job/step
How jcl work to handle various input output file operations?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
what is JCLLIB and PROCLIB in jcl and their syntax
how many max steps can we use in a job? pls answer to my question
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,