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...


Why we will create load module in PDS only, Why nt in PS?

Answers were Sorted based on User's Feedback



Why we will create load module in PDS only, Why nt in PS?..

Answer / paray2x

Load modules are actually libraries which contains
programs. We cannot specify a PS in STEPLIB or JOBLIB.

In fact, I tried to compile and link edit a program by
giving a PS load module and got the error

"The SYSLMOD dataset is not a PDS".

Similarly, catalogued procedures in JCLs can only exist in
PDS.

Relate to this to C, C++ where the #include files are in
folders.

Is This Answer Correct ?    11 Yes 2 No

Why we will create load module in PDS only, Why nt in PS?..

Answer / raghu

for every pgm there will be load libraries.for pds we can see that load lib after compliation in the pds as mem ,but if use ps we cant see that load libraries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

How to print data of sequential file to Spool..?

2 Answers  


How many types of libraries are there in JCL ?

2 Answers   IBM,


Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.

2 Answers  


what are the options in file-aid to edit vsam dataset and to compare data sets.

2 Answers   Ocwen,


can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,


How can you trap abends in the JCL?

3 Answers  


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

0 Answers   HP,


In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?

3 Answers  


what is the Difference between SYSIN and PARM ?

5 Answers   IBM,


How can a job send a status message to a tso user at the completion of a job?

1 Answers  


i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

1 Answers  


Name the system library from which modules are retrieved at execution

3 Answers  


Categories