What is the meaning of the following declaration :
DCB=BLKSIZE=,
What is the difference between above declaration & not
specifying DCB at all for a output file?
Answer / gaurav
it specifies the block size. If not specified, system will
automatically assign the block size for the data
Is This Answer Correct ? | 3 Yes | 0 No |
What is the use of the utility DFSRRC00 in the JCL?
Where can program checkpoints be stored for use in a restart?
What is the max blocksize for a Tape file?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
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)
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
What is the use of ikjeft1b utility in jcl?
What is condition checking in jcl? Is this possible?
in ways data can be passed to a COBOL program from JCL?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Is it possible to left uncode disp? If yes, how?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed