how can we pass external data to instream procedures
Answer Posted / guest
By using symbolic parameter in DSN
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the function of //jcllib statement?
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?
What do you understand by the term notcat 2 – gs?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is condition checking in jcl? Is this possible?
What is the difference between the positional and keyword parameters? Give examples.
How is the record format of an output dataset specified?
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
Explain about ISPF/TSO Commands
What do you know about jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How does jcl act on a cobol code?
Explain dfsort utility?
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?
What is concatenating?