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
in ways data can be passed to a COBOL program from JCL?
What are the parameters that are used in creating a gdg?
what operation is performed by job statement?
What is the significance of addrspc parameter in exec statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Differentiate between addressing mode and run mode.
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What are the difference between jcl and jes?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What are the utility programs in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
In sms datasets, what is the function of the dd avgrec keyword?
Explain how can the submitting users racf authority be overridden in a job stream?
How to submit a jcl from cics?