is step name is compulsory in jcl ?
Answers were Sorted based on User's Feedback
Answer / divya
No,but it is necessary if referback,step restart is used.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / himap
No. But it is always recommended to have a step name.
| Is This Answer Correct ? | 9 Yes | 1 No |
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
How do you pass parameters to the program as the job is being executed ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
if we give two job cards in a single what happens
how to run batch program without jcl?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
Can a job have only steplib and no joblib ?
can we give instream data in procedure
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.