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 |
List the various advantages of using jcl language?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
do we need to mention the location of catalogued procedure for each it's call in a single job?
what is DD statement is used in JCL?
how to skip the steps in JCl
What is difference between Return Code, user completion code, Abend code and reason Code?
Can we change a FB file to VB file in JCL? Please help
Explain about LMGET�read a logical record from a data set
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?