how you will define a temporary dataset in jcl?
Answer / biprajit
You need to use '&&' before the Dataset name; example- DSN=&&temp ;
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the DD statement for a output file?
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
What is the difference between a symbolic and an override in executing a PROC?
What is the significance of addrspc parameter in the exec statement?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
how can the same proc be re-used and called by many jobs?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
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
how to increase the space of a dataset in instream procedure.