how will u code parm parameter and where pls ?
Answer Posted / alla srikanth
//step01 exec pgm=pgm1,parm='data'
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
How to remove 2 duplicate records and copy only one using job control language?
Which is not true about evaluate statement
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is a scope terminator give example?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
) how do u code after getting data?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
how do you reference the fixed unblock file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are 77 levels used for?
How do get the result of your program directly on your pc?
How do you reference the following file formats from cobol programs?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?