Answer Posted / raghavendra
1. The File Format in PC should be (*.txt).
2. Use File Transfer Protocal option in mainframe.
3. Do FTP
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
Mention the guidelines to write a structured cobol program?
State the various causes of s0c1, s0c5 and s0c7.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
how do you reference the ksds vsam file formats from cobol programs
what is search and searchall?what is the diffrence between them?give an best example?
Difference between cobol and cobol-ii?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
what is difference between cobol and cobol/400
What are the access modes of START statement?
What are the different types of condition in cobol and write their forms.
Explain how to differentiate call by context by comparing it to other calls?