Answer Posted / guest
Usually it is occurs at the time of job submission.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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
Explain about LMQUERY�give a dialog information about a data set
What is the function of dd disp parameter?
Can an individual step be restricted from using all the jobs allowed cpu time?
Is it possible to define dd statements as you want?
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
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How can a fb file convert to vb file using sort program?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain the function of dd disp parameter?
What are the 2 types of parameters in dd statement?
what is the compile process of cobol program expalin with code
What is jcl in mainframe, and how many types of jcl statements are there for a job?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
When output dataset space is required, what quantity categories are used?