How can we increment subscript and index?
Answer / naidu sekhar yandrapu
SUBCRIPT:
CAN BE INCREMENT OR DECREMENT USING ARITHMETIC OPERATIONS
INDEX:
CAN BE INCREMENT OR DECREMENT USING SET VERB
| Is This Answer Correct ? | 12 Yes | 0 No |
Can an individual step be restricted from using all the jobs allowed cpu time?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain about LMQUERY�give a dialog information about a data set
do we need to mention the location of catalogued procedure for each it's call in a single job?
what is a jcl?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
Are there any set of rules for the names of the steps used in a job? What are they?
Explain about User Information
Where & How Do You Code Identifier In Jcl?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
What is the use of ikjeft1b utility in jcl?