What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
2 8884What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
IBM,
3 28232What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
1 5862What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
2 9378
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is the purpose of dd dummy statement?
What statement can be used to send data to another mvs jes3 node?
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 is the function of dd disp parameter?
Is their any limit for data sets?
What is the significance of addrspc parameter in exec statement?
//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 /*
Is it possible to define dd statements as you want?
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 how can the submitting users racf authority be overridden in a job stream?
How jcl work to handle various input output file operations?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Can I send output of job to my remote device careerride123?
what happens in conversion stage in job processing?