What is the meaning of keyword in JCL? What is its opposite?
Answer Posted / 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 |
Post New Answer View All Answers
How to submit a jcl from cics?
how to compare two datasets without using superce because output is limited to 133 bytes
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what are the types of abends that occur on job failure? And explain the possible causes of these
Can we use DISP=SHR in output file in JCL
what is use of dsn parameter in dd statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is jcl in mainframe?
What is job control language?
What is multithreading in jcl?
what are the various stages of job processing?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what happens in conversion stage in job processing?
how you can access an uncataloged dataset in a JCL?