what is DSN in JCL and what are the parameters to declare the DSN?
No Answer is Posted For this Question
Be the First to Post Answer
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
Are there any set of rules for the names of the steps used in a job? What are they?
Which COND paramter will u use to execute the step only if the previous step does not execute
How to Enter The Spool Area In Real Time?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
How can u know the current date using jcl?
What is a COND parameter in JCL?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
Explain about LMFREE�free data set from its association with data ID
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what happens in conversion stage in job processing?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?