What is use of restart and how to use it?
No Answer is Posted For this Question
Be the First to Post Answer
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
how to allocate a dynamic dataset in jcl ?
how to skip the steps in JCl
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
How to get the last but one duplicate record of the file using Sort?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
how to do automated restart when a job abends?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is use of dsn parameter in dd statement?
List the different components of jcl statement?
How Can we see all generations of a GDG ?