What is the meaning of keyword in JCL? What is its opposite?
Answer / guest
A keyword in a JCL statement may appear in different places
and is recognized by its name, eg. MSGCLASS in the JOB
statement. The opposite is positional words, where their
meaning is based on their position in the statement, eg. in
the DISP keyword the =(NEW,CATLG,DELETE) meanings are based
on first, second and third position.
| Is This Answer Correct ? | 0 Yes | 0 No |
is step name is compulsory in jcl ?
Name the system library from which modules are retrieved at execution
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
How to ALTER the name of a GDG ?
In sms datasets, what is the function of the dd mgmtclas keyword?
In sms datasets, what is the function of the dd avgrec keyword?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
What parameters can be used to limit the number of records written to a sysout dataset?