What is multithreading in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain concatenating datasets?
How many types we can give input to JCL
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the function of the dd avgrec keyword in sms datasets?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is the alternative to model parameter?
What does a disposition of (NEW,CATLG,KEEP) mean?