I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL
CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
No Answer is Posted For this Question
Be the First to Post Answer
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
What is use of restart and how to use it?
wht r s722,s822,s122 and s222 abends pls reply fast
what is A-MODE and R-MODE?
What statement marks the end of an in-stream or catalogued procedure?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
How I sort the records in a file and copy the first 10 records to another file
wht r different types of sorts ?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?