How do you check the syntax of a JCL without running it?
Answer Posted / venkatachalam
Try PREP Commends(
Based on instalation).
Thanks!!
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How can the attributes of one sms dataset be copied to another dataset?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain how can an in-stream dataset be terminated?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Can I share my data with other jobs? How?
how would you create a temporary dataset? And where will you use them?
What is the difference between run mode and addressing mode?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Is it possible to code instream data in a PROC?
What is one line to pass PARM from JCL to COBOL?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How jcl work to handle various input output file operations?