Answer Posted / tf
practically speaking: it is usually an unhandled error
within the given program and will necessitate isolating the
error within the given program
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is the maximum length of a single line of jcl?
Is it possible to left uncode disp?
When space is allocated for an output dataset, what units can be used?
How to pass the parameter in parm using linkage section ? (syntax)?
What is concatenating?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
//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 /*
Is it possible to left uncode disp? If yes, how?
Explain the function of the dd dcb keyword?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
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) ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How to pass data to a program that is coded in an exec statement?