Describe the various parameters utilized in the creation of a gdg?
No Answer is Posted For this Question
Be the First to Post Answer
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
What is the maximum length of a single line of jcl?
How to get cursor position from system in CICS environment ?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
What are the parameters that are used in creating a gdg?
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
why do we use file-aid wht r the adv of using file-aid thn in ispf
How can values be passed from the job stream to an executable program?
which parameter is use to declare the name of dataset in dd statement?
there are 10 steps in jcl how to execute the steps from step2 to step8 only