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 change default PROCLIB?

Answer Posted / guest

//ABCD JCLLIB ORDER=(ME.MYPROCLIB,SYS1.PROCLIB)

Is This Answer Correct ?    16 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how you can access an uncataloged dataset in a JCL?

1191


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


define cond parameter in jcl?

1323


What dd statement is used to supply the name of a dataset?

1446


write a jcl to execute a job by 7:00 am on jan 20,1986?

1162


Explain the purpose of the dd keylen parameter?

1210


What are the rules employed while naming the steps in a job?

1206


Explain the function of job statement in jcl?

1261


How to submit jcl through a cobol program?

1190


what is DSN in JCL and what are the parameters to declare the DSN?

1247


How can unused space allocation be returned to the system when a dataset is closed?

1559


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

1182


In job processing, what happens in execution stage?

1281


How to override loadlib?

2110


what is the use of JCL?

1209