What is JOBLIB and STEPLIB in JCL? what is the purpose of
using it?
Answer / sai
Both joblib and steplib for specifying where loadmodule is
located. I.e address of loadmodule dsn. But here big
difference between joblib and steplib is IF you give
loadmodule address in joblib it assigns to all steps in one
jcl. I.e for all steps takes this loadmodule address.
In steplib: loadmodule for that step only.i.e takes
address of loadmodule for that step only.
and if you give both steplib, joblib, For each step steplib
address overrides joblib address.
| Is This Answer Correct ? | 56 Yes | 1 No |
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
IF I mention stop run in CICS what happens?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
Should I use STOP RUN in the sub program??why?
What is the difference between index and subscript?
what is the coding difference between COBOL and CICS.
What is different between variable length and fixed length?
can we use 77 level no for Redefines?if we use give an example?
how to display the dataset information?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE