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 to DEBUG a JCL?

Answer Posted / baalll

very simple.......
type JJ in command

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What parameter of the job statement is used to limit the cpu time consumed by the job?

1327


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

1427


what is the purpose of coding notify parameter in job statement?

1199


what is the compile process of cobol program expalin with code

2639


How gdg are concatenated?

1166


What statement can be used to send data to another mvs jes3 node?

1686


i want to store 20 digits . how will u do it in cobol ?

1486


Can I send output of job to my remote device careerride123?

1190


What is the significance of addrspc parameter in exec statement?

1256


Name a few IBM utility programs, and explain its function.

5032


what are the various stages of job processing?

1345


how to do automated restart when a job abends?

1422


which parameter is use to declare the name of dataset in dd statement?

1317


Explain the jcl exec statement?

1196


Which statement is used to identify the private libraries in job?

1242