Can an individual step be restricted from using all the jobs allowed cpu time?
What is the use of disp parameter?
Is it possible to left uncode disp? If yes, how?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Define concatenating?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the purpose of dd * statement in jcl?
List the different jcl statements that are not permitted in the procedures?
how can the same proc be re-used and called by many jobs?
what is the difference between JES3 and JES2?
how you can direct the data to spool using SYSOUT option?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
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 compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the function of the steplib dd statement?