How many types we can give input to JCL

Answer Posted / vampires

2 types we can give input to jcl


---using PARAM keyword
---sysin dd *
xxxxxx
yyyyy
zzzzz
/*

Is This Answer Correct ?    17 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is automatic restart possible in jcl?

740


Name a few IBM utility programs, and explain its function.

4440


What is the function of a dd statement?

709


What is the maximum length of a single line of jcl?

829


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

673






How to submit jcl through a cobol program?

679


In sms datasets, what is the function of the dd avgrec keyword?

654


Explain the purpose of dd * statement in jcl?

643


Explain dd statement in jcl?

644


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

776


What is the function of dd name parameter with a 2 part structure; audit.report?

700


Where can program checkpoints be stored for use in a restart?

851


What parameters can be used to limit the number of records written to a sysout dataset?

750


What is the function of //jcllib statement?

808


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?

7602