Answer Posted / ramya
Using COND operator if the condition is true it does not
execute
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
//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 dd statement is used to supply the name of a dataset?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the motivation behind coding class parameter in job statement?
What is the function of the dd dcb keyword?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the function of the dd avgrec keyword in sms datasets?
How do you access an uncatalogued dataset in a jcl?
What are steplib and joblib?
What is the maximum length of a single line of jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
when can a job time-out occur? How to overcome that?
which utility is used to sort a file in jcl?
Where & How Do You Code Identifier In Jcl?