What is the purpose of the PARM keyword in the EXEC statement?
Answer Posted / kranthi kumar m
parm is a activity level parameter,it i used to pass maximum
100 characters of data from jcl to cobol program,and it is
mainly used when we want to pass date n time..... if we want
to pass large volumes of data we dn't use pam parameter
instead of it we use 'sysin dd*'
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are the 4 fields in dd statement?
Explain the function of //jcllib statement?
How jcl is used for testing batch programs?
how can the same proc be re-used and called by many jobs?
Brief description of inline procedure of jcl.
What statement can be used to send data to another mvs jes3 node?
What is the significance of addrspc parameter in the exec statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain the purpose of the dd keylen parameter?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How can values be passed from the job stream to an executable program?
Give the syntax of job specifying jcl statement.
List the different components of jcl statement?