When we give TYPERUN = SCAN , what are the syntax errors we
get?

Answers were Sorted based on User's Feedback



When we give TYPERUN = SCAN , what are the syntax errors we get?..

Answer / tidda

JCL syntax errors

Is This Answer Correct ?    13 Yes 0 No

When we give TYPERUN = SCAN , what are the syntax errors we get?..

Answer / khader

invalid key words, illegal characters and incorrect use of
paranthesis

Is This Answer Correct ?    11 Yes 0 No

When we give TYPERUN = SCAN , what are the syntax errors we get?..

Answer / sowmya

To check for any syntax errors we give typrun=scan in the
jobcard of that job.

Is This Answer Correct ?    10 Yes 0 No

When we give TYPERUN = SCAN , what are the syntax errors we get?..

Answer / guest

It will check for the JCL Syntax errors and whether the
given Datasets,libraries are present.

Is This Answer Correct ?    5 Yes 4 No

When we give TYPERUN = SCAN , what are the syntax errors we get?..

Answer / satish29

Illegal use of paranthesis, keywords

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More JCL Interview Questions

What is the purpose of the dd keylen parameter?

1 Answers  


Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.

4 Answers   TCS,


what is SOC4 error?

1 Answers  


Explain how can return codes be tested before execution of a job step?

1 Answers  


How can you execute a COBOL program via SYSIN in JCL?

1 Answers  


Mention the types of job control statements?

1 Answers  


Name the parameters which can be used to limit the number of records written to a sysout dataset?

1 Answers  


Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.

2 Answers  


If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?

4 Answers   Wipro,


How to pass the parameter in parm using linkage section ? (syntax)?

1 Answers   Infosys,


Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?

7 Answers   IBM,


i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?

4 Answers   Infosys,


Categories