What is notcat 2 - gs?
No Answer is Posted For this Question
Be the First to Post Answer
How to run cobol program using jcl?
How can the attributes of one sms dataset be copied to another dataset?
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
Explain about LMOPEN -
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
How do you override a parameter in Positional parameters?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain how can values be passed from the job stream to an executable program?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
what happens in conversion stage in job processing?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?