Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you check the syntax of a JCL without running it?

Answers were Sorted based on User's Feedback



How do you check the syntax of a JCL without running it?..

Answer / kasi

U CAN GIVE 'HI JCL' OR 'JCLT' IN COMMAND LINE.

Is This Answer Correct ?    2 Yes 1 No

How do you check the syntax of a JCL without running it?..

Answer / tina

You can use JCKP.
JCKT for test jcl

Is This Answer Correct ?    1 Yes 1 No

How do you check the syntax of a JCL without running it?..

Answer / mahesh babu

By using JSCAN we can check jcl syntax errors

Is This Answer Correct ?    0 Yes 0 No

How do you check the syntax of a JCL without running it?..

Answer / govil

u can give JSCAN in Job card or u can also give the command
EJCK before submitting the job.

Is This Answer Correct ?    1 Yes 2 No

How do you check the syntax of a JCL without running it?..

Answer / rajasekhara reddy

EJCK or !JCL in the command line will do.

Is This Answer Correct ?    0 Yes 1 No

How do you check the syntax of a JCL without running it?..

Answer / baskar

Some companies use a tool for this. it is called JJDIRECT

Is This Answer Correct ?    7 Yes 9 No

How do you check the syntax of a JCL without running it?..

Answer / psreddy

We can give 'jcl' in tso command line

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More JCL Interview Questions

What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?

4 Answers  


What are isolation levels? Where do we need to specify them in compiling JCL?

3 Answers  


i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?

3 Answers   IBM,


How do You skip a Step In JCL?

9 Answers   HTC,


Is it possible to left uncode disp?

0 Answers  


How many positional parameters are there in job statement?

4 Answers  


What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?

1 Answers   CTS,


what is the meaning of 'sysin dd dummy'

3 Answers  


How to read records in reverse order in flat file?

1 Answers  


Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?

4 Answers   IBM,


What is the use of symbol // in jcl?

0 Answers  


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?

3 Answers  


Categories