Answer Posted / naresh
we can also create in fm, 3.4
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
which parameter is use to declare the name of dataset in dd statement?
What is condition checking in jcl? Is this possible?
Explain in DD statement what is the use of DCB parameter?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Explain dfsort utility?
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
what is use of space parameter in dd statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is one line to pass PARM from JCL to COBOL?
can any one plzzzzzz tell the jcl code for creating ps using idcams
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 a jobs execution priority be modified?
Can an individual step be restricted from using all the jobs allowed cpu time?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?