How do you check the syntax of a JCL without running it?
Answer Posted / guest
TYPERUN=SCAN on the JOB card or use JSCAN.
| Is This Answer Correct ? | 63 Yes | 10 No |
Post New Answer View All Answers
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Can I share my data with other jobs? How?
What is NOTCAT ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
which parameter is used to check the syntax of a jcl without executing it?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain the function of the steplib dd statement?
What are hierarchy levels in jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
//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 /*
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
what are the statements that are not valid to be included in an include statement?