Can we change a FB file to VB file in JCL? Please help
IN sort
OPTION COPY
OUTFIL FNAMES=DDName,FTOV
| Is This Answer Correct ? | 0 Yes | 0 No |
how you can access an uncataloged dataset in a JCL?
how to run JCL thru COBOL.
what is the function of spool command?
What is the function of the dd avgrec keyword in sms datasets?
Must tape dataset definitions include vol=ser specifications?
What do you understand by jcl?
which parameter is use to declare the name of dataset in dd statement?
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.
A job has 150 steps i want to execute only 57th step
what is fixed length and variable length and difference between them
How do you access a file that had a disposition of KEEP?
What is the purpose of dd dummy statement?