Why we will create load module in PDS only, Why nt in PS?
Answers were Sorted based on User's Feedback
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 |
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 |
how to convert a file form fixed Length to variable length?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
How is a dataset passed from one step to another?
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
do we need to mention the location of catalogued procedure for each it's call in a single job?
How to identify where file is empty or not? How many ways are there to identifying?
How can a stopped job be started again?
which statement is used to end the in-stream procedure in a jcl?
Explain about LMGET�read a logical record from a data set
How do you submit JCL via a Cobol program?
Explain about LMFREE�free data set from its association with data ID
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx