Explain the jcl exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
Where & How Do You Code Identifier In Jcl?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
what is the difference between return code and maxcc?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Can we Execute a job without specifying Job Name in the Job Card?
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
what does mvs stand for?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
Explain how can values be passed from the job stream to an executable program?