A maximum of 100 chars can be passed to Cobol through Parm
in JCL, If we want to pass more than 100 Chars how we can
do it ?
Answers were Sorted based on User's Feedback
Answer / om prakash yadav
if u want to pass more than 100 char then u will pass the
char is cobol program. in jcl not possible.
| Is This Answer Correct ? | 1 Yes | 13 No |
How jcl work to handle various input output file operations?
Name the system library from which modules are retrieved at execution
what is use of space parameter in dd statement?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
How do you designate a comment in JCL?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
whats the diff bw the evaluate also and and?
What are the rules employed while naming the steps in a job?
What are hierarchy levels in jcl?
Explain about LMQUERY�give a dialog information about a data set
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK