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 |
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
Explain about ISPF/TSO Commands
How can you trap abends in the JCL?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
what is JCLLIB and PROCLIB in jcl and their syntax
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
why do we use file-aid wht r the adv of using file-aid thn in ispf
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
What do you understand by the terms: joblib and steplib?