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
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What are the utility programs in jcl?
How does jcl specify the job to the operating system?
how do you access an uncataloged dataset in a jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
i want to store 20 digits . how will u do it in cobol ?
What are the 2 types of parameters in dd statement?
what is use of disp parameter in dd statement?
when does a dataset go uncataloged?
what are the statements that are not valid to be included in an include statement?
What is multithreading in jcl?
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?
How to alter the parameters for the existing gdg?