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 |
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain about LMPUT-
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to read records in reverse order in flat file?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
What is STEPLIB, JOBLIB? What is it used for?
which parameter is used to check the syntax of a jcl without executing it?
Explain about LMQUERY�give a dialog information about a data set
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
What does a disposition of (NEW,CATLG,KEEP) mean?