Answer Posted / ramki
We will get sql code -503
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
What is multithreading in jcl?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What is catelog procedure and how many catelog procedure to use in one job?
What happens if both JOBLIB & STEPLIB is specified ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the function of dd disp parameter?
How would you understand error(execution phase)?
What are the rules employed while naming the steps in a job?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is DD statement is used in JCL?
Explain the purpose of dd dummy statement?
what is DSN in JCL and what are the parameters to declare the DSN?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?