How is a type of file defined in the jcl that executes the cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
What dd statement is used to supply the name of a dataset?
How to rename a VSAM file as well as it's index file?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
how to purge 50 initiators continuously?? console commands??
what is the restart?hopw it is invoked?
how GDGs are concatinated?
wht r s722,s822,s122 and s222 abends pls reply fast
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?
What is QSAM error usually when it is occurs?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?