How do you code Cobol to access a parameter that has been
defined in JCL?

Answer Posted / lynn ertell

Apparently you cannot use the ACCEPT verb against the
LINKAGE parameters if you are already using SYSIN.
It's either one or the other but not both.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1742


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17511


What the difference is between continue and next sentence?

870


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2088


What is the use of intialize verb?

966


What are the different rules for performing sort operation?

950


What is the difference between a binary search and a sequential search what are the pertinent cobol?

925


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

846


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

865


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

7293


Which mode is used to operate the sequential file?

924


Why did you choose to work with ibm mainframe cobol programming?

846


What is report-item in COBOL?

894


How do you get the data to code the BMS macro?

1690


how to move the records from file to array table. give with code example

2424