Answer Posted / guest
Caused by invalid data in a numeric field.
| Is This Answer Correct ? | 135 Yes | 12 No |
Post New Answer View All Answers
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
which utility is used to run a cobol-db2 program?
how can you check if a file is empty using jcl?
Is acct parameter mandatory?
what is “Cond= even” and “Cond=only”?
What happens if both JOBLIB & STEPLIB is specified ?
What are the 2 types of parameters in dd statement?
Where & How Do You Code Identifier In Jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is the function of the dd dcb keyword?
//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 /*
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the difference between the positional and keyword parameters? Give examples.
Mention the types of job control statements?