Where & How Do You Code Identifier In Jcl?
No Answer is Posted For this Question
Be the First to Post Answer
how JCL works?
For how long a job can be executed continuously in a mainframe ?
How do you check the syntax of a JCL without running it?
How to pass the temp dataset form one JOB step to another?
How to see the COMP3 value(packd decimal)
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
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.
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Explain about ISPF/TSO Commands
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
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?