I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
16 34373I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
9 24100There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
9 18512How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
2 8761
How is a type of file defined in the jcl that executes the cobol program?
What is the function of the dd mgmtclas keyword in sms datasets?
Name what parameter directs the output of the job log dataset?
Explain the function of //cntl statement?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the format of comment statement?
Explain the function of the dd dcb keyword?
how would you create a temporary dataset? And where will you use them?
Mention the types of job control statements?
What are the 4 fields in dd statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is the function of the dd dcb keyword?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
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?